This commit is contained in:
parent
eaeca0eec0
commit
f3442b89b4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ARG VERSION
|
|||
COPY root/ /
|
||||
|
||||
RUN \
|
||||
wget -q https://nexus.nyyu.dev/repository/files/alpine/7zip-24.07-r0.apk && \
|
||||
wget -q https://nexus.nyyu.dev/repository/files/alpine/7zip-24.08-r0.apk && \
|
||||
apk add --no-cache --allow-untrusted 7zip*.apk && \
|
||||
rm -f 7zip*.apk && \
|
||||
echo "**** install packages ****" && \
|
||||
|
|
Loading…
Add table
Reference in a new issue