File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
13
13
libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libx11-6 libx11-xcb1 libxcb1 \
14
14
libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \
15
15
libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release \
16
- xdg-utils git build-essential && \
16
+ xdg-utils git build-essential ffmpeg && \
17
17
mkdir -p /etc/apt/keyrings && \
18
18
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
19
19
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
@@ -92,4 +92,4 @@ HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
92
92
CMD /bin/bash /usr/local/bin/docker-healthcheck.sh || exit 1
93
93
94
94
# Run the server
95
- ENTRYPOINT ["/bin/bash" , "/usr/local/bin/docker-entrypoint.sh" ]
95
+ ENTRYPOINT ["/bin/bash" , "/usr/local/bin/docker-entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments