Skip to content

Commit

Permalink
Updated FileBot to version 5.1.6.
Browse files Browse the repository at this point in the history
jlesage committed Nov 19, 2024
1 parent 25c36e6 commit 580181d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
ARG DOCKER_IMAGE_VERSION=

# Define software versions.
ARG FILEBOT_VERSION=5.1.5
ARG FILEBOT_VERSION=5.1.6
ARG MEDIAINFOLIB_VERSION=24.11
ARG ZENLIB_VERSION=0.4.41
ARG UNRAR_VERSION=6.1.7
@@ -78,14 +78,17 @@ RUN \
ttf-dejavu \
adwaita-icon-theme \
openjdk17-jre \
java-jna-native \
# For chromaprint (fpcalc)
chromaprint \
# For libmediainfo.
tinyxml2 \
# Used by Filebot as the open file window.
zenity \
&& \
# A recent version of JNA, only available in edge, is needed.
add-pkg --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
--upgrade java-jna-native && \
# Remove unneeded icons.
rm -r /usr/share/icons/Adwaita/cursors && \
find /usr/share/icons/Adwaita -type f -name "*.svg" -delete && \

0 comments on commit 580181d

Please sign in to comment.