Skip to content

Commit

Permalink
java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java…
Browse files Browse the repository at this point in the history
…-17-openjdk-arm64/lib/libawt_xawt.so
  • Loading branch information
rednoah committed Jun 23, 2024
1 parent 0449271 commit 3be33cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.projector
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ FROM rednoah/filebot
LABEL maintainer="Reinhard Pointner <rednoah@filebot.net>"


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


# REQUIRES FileBot r10340 OR HIGHER
ENV FILEBOT_VERSION 5.1.4
ENV FILEBOT_URL https://get.filebot.net/filebot/BETA/FileBot_${FILEBOT_VERSION}_universal.deb
Expand Down

0 comments on commit 3be33cd

Please sign in to comment.