From 50521564060facc808811337e5952bf88bf33c5f Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 23 May 2024 03:17:28 +0700 Subject: [PATCH] Add fdupes and duperemove by default --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa5e642..2609516 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ + && 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 fdupes 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