Skip to content

Commit

Permalink
Hopefully nothing broke..
Browse files Browse the repository at this point in the history
  • Loading branch information
beertje44 committed Jan 26, 2025
1 parent efb71a6 commit ab2d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ COPY --from=build /usr/bin/unrar7 /usr/bin/unrar7
COPY --from=build /app/nzbget/ /app/nzbget/
RUN \
echo "**** install packages ****" && \
apk add --no-cache --update shadow libxml2 libxslt openssl 7zip python3 boost1.82-json tzdata openjdk17-jre-headless pipx && \
apk add --no-cache --update curl glib libzen mediainfo shadow libxml2 libxslt openssl 7zip python3 boost1.82-json tzdata openjdk17-jre-headless pipx && \
ln -sf /usr/bin/python3 /usr/bin/python && \
ln -s /usr/bin/7z /app/nzbget/7za && \
ln -s /usr/bin/unrar /app/nzbget/unrar && \
Expand Down

0 comments on commit ab2d79c

Please sign in to comment.