We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d65104 commit 88fd180Copy full SHA for 88fd180
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ ENV FILEBOT_VERSION="5.2.0"
9
RUN set -eux \
10
## ** install dependencies
11
&& apt-get update \
12
- && 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 avifenc libjxl-tools sudo gnupg curl file tree inotify-tools rsync jdupes duperemove \
+ && 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 libavif-bin libjxl-tools sudo gnupg curl file tree inotify-tools rsync jdupes duperemove \
13
## ** remove large recommended dependencies that are not actually used
14
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- \
15
&& rm -rvf /var/lib/apt/lists/* \
0 commit comments