Skip to content

Commit 70fd8d5

Browse files
committed
Remove dependencies that are large and very likely not used
1 parent 763cc26 commit 70fd8d5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ RUN set -eux \
1010
## ** install dependencies
1111
&& apt-get update \
1212
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-17-jre-headless libjna-java mediainfo libchromaprint-tools trash-cli unzip unrar p7zip-full p7zip-rar xz-utils ffmpeg mkvtoolnix atomicparsley imagemagick webp libjxl-tools sudo gnupg curl file inotify-tools rsync jdupes duperemove \
13+
mesa-vulkan-drivers- pocketsphinx-en-us- qt6-translations-l10n- adwaita-icon-theme- poppler-data- fonts-urw-base35- fonts-droid-fallback- fonts-dejavu-core- fonts-dejavu-mono- \
1314
&& rm -rvf /var/lib/apt/lists/* \
1415
## ** FIX libjna-java (see https://bugs.launchpad.net/ubuntu/+source/libjna-java/+bug/2000863)
15-
&& ln -s /usr/lib/*-linux-gnu*/jni /usr/lib/jni
16+
&& ln -s /usr/lib/*-linux-gnu*/jni /usr/lib/jni \
17+
## ** print installed packages index
18+
&& dpkg-query -W -f='${Installed-Size} ${Package}\n' | sort -n
1619

20+
1721
RUN set -eux \
1822
## ** install filebot
1923
&& curl -fsSL "https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub" | gpg --dearmor --output "/usr/share/keyrings/filebot.gpg" \

0 commit comments

Comments
 (0)