Skip to content

Commit

Permalink
Add convert to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Nov 21, 2024
1 parent 4268c15 commit 1d700e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
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.6"
RUN set -eux \
## ** install dependencies
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-21-jre-headless libjna-java mediainfo libchromaprint-tools unzip unrar p7zip-full p7zip-rar xz-utils ffmpeg mkvtoolnix atomicparsley sudo gnupg curl file inotify-tools rsync jdupes duperemove \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-21-jre-headless libjna-java mediainfo libchromaprint-tools unzip unrar p7zip-full p7zip-rar xz-utils ffmpeg mkvtoolnix atomicparsley imagemagick webp 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
10 changes: 1 addition & 9 deletions Dockerfile.beta
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@ FROM rednoah/filebot:xpra
LABEL maintainer="Reinhard Pointner <[email protected]>"


# additional dependencies
RUN set -eux \
## ** install dependencies
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y imagemagick webp \
&& rm -rvf /var/lib/apt/lists/*


# build trigger and cache buster
ENV FILEBOT_REVISION="r10380"
ENV FILEBOT_REVISION="r10448"


ENV FILEBOT_VERSION="5.1.6"
Expand Down

0 comments on commit 1d700e6

Please sign in to comment.