Skip to content

Commit 3db4cf6

Browse files
committed
Don’t bundle ffmpeg
This does not allow use of the FFMPEG processor but we didn’t need that and it reduces the container size considerably, not to mention avoiding some CVEs which are in ffmpeg dependencies and currently unfixed such as CVE-2019-14889.
1 parent f987cc1 commit 3db4cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EXPOSE 8182
3636
VOLUME /imageroot
3737

3838
RUN apt-get update -qy && apt-get dist-upgrade -qy && \
39-
apt-get install -qy --no-install-recommends curl imagemagick ffmpeg gettext unzip default-jre-headless && \
39+
apt-get install -qy --no-install-recommends curl imagemagick gettext unzip default-jre-headless && \
4040
apt-get -qqy autoremove && apt-get -qqy autoclean
4141

4242
# Install the patched openjpeg2 tools

0 commit comments

Comments
 (0)