docker: fix mkvmerge not being installed.

Fix mkvmerge being uninstalled when shared-mime-info was removed.
mkvmerge is necessary for generating webm samples for ugoira.
This commit is contained in:
evazion
2022-04-23 19:13:15 -05:00
parent 80da1791df
commit b0437efe6c

View File

@@ -151,7 +151,7 @@ cleanup() {
apt-get purge -y $RUBY_BUILD_DEPS $VIPS_BUILD_DEPS $FFMPEG_BUILD_DEPS
apt-get purge -y --allow-remove-essential \
build-essential pkg-config e2fsprogs git libglib2.0-bin libglib2.0-doc \
mount procps python3 shared-mime-info tzdata
mount procps python3 tzdata
apt-get autoremove -y
rm -rf \