Skip to content

Commit

Permalink
openjdk-21-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Aug 14, 2024
1 parent 5041dbb commit dc42a12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4
RUN set -eux \
## ** install dependencies
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-17-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 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
2 changes: 1 addition & 1 deletion Dockerfile.projector
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Reinhard Pointner <rednoah@filebot.net>"

RUN set -eux \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-17-jre \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-21-jre \
&& rm -rvf /var/lib/apt/lists/*


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.xpra
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -eux \
&& curl -o /usr/share/keyrings/xpra.asc https://xpra.org/xpra.asc \
&& curl -o /etc/apt/sources.list.d/xpra.sources https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/repos/jammy/xpra.sources \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y xpra openjdk-17-jre zenity xdg-utils nautilus gedit trash-cli \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y xpra openjdk-21-jre zenity xdg-utils nautilus gedit trash-cli \
## ** fix xdg-open behaviour
&& rm -rvf /usr/share/applications/* \
&& rm -rvf /usr/share/file-manager/actions/* \
Expand Down

0 comments on commit dc42a12

Please sign in to comment.