Skip to content

Commit

Permalink
apt install jdupes
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jun 4, 2024
1 parent f4e2769 commit 4a2739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV FILEBOT_VERSION 5.1.3
RUN set -eux \
## ** install dependencies
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-21-jre-headless libjna-java mediainfo libchromaprint-tools unrar p7zip-full p7zip-rar xz-utils ffmpeg mkvtoolnix atomicparsley sudo gnupg curl file inotify-tools rsync fdupes duperemove \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-21-jre-headless libjna-java mediainfo libchromaprint-tools unrar p7zip-full p7zip-rar xz-utils ffmpeg mkvtoolnix atomicparsley sudo gnupg curl file inotify-tools rsync jdupes duperemove \
&& rm -rvf /var/lib/apt/lists/* \
## ** FIX libjna-java (see https://bugs.launchpad.net/ubuntu/+source/libjna-java/+bug/2000863)
&& ln -s /usr/lib/*-linux-gnu*/jni /usr/lib/jni
Expand Down

0 comments on commit 4a2739a

Please sign in to comment.