7zip: 24.09
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2024-11-30 22:06:37 +01:00
parent 925b7a497f
commit 6da00025a6

View file

@ -6,7 +6,7 @@ ARG VERSION
COPY root/ /
RUN \
wget -q https://nexus.nyyu.dev/repository/files/alpine/7zip-24.08-r0.apk && \
wget -q https://nexus.nyyu.dev/repository/files/alpine/7zip-24.09-r0.apk && \
apk add --no-cache --allow-untrusted 7zip*.apk && \
rm -f 7zip*.apk && \
echo "**** install packages ****" && \