7zip: 24.09
This commit is contained in:
parent
925b7a497f
commit
6da00025a6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ARG VERSION
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
RUN \
|
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 && \
|
apk add --no-cache --allow-untrusted 7zip*.apk && \
|
||||||
rm -f 7zip*.apk && \
|
rm -f 7zip*.apk && \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue