File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
1721RUN 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" \
You can’t perform that action at this time.
0 commit comments