7zip: 24.05

This commit is contained in:
nyyu 2024-05-20 08:47:44 +02:00
parent 2482c08f6c
commit 81c560d126

View File

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