This commit is contained in:
ai-dev 2024-11-09 06:56:03 +01:00
parent bc92109ae0
commit 548f22ade0

View File

@ -12,7 +12,7 @@ RUN set -eux; \
apk update; \ apk update; \
\ \
apk add --no-cache --virtual .build-deps \ apk add --no-cache --virtual .build-deps \
unzip=6.0-r9 \ unzip \
; \ ; \
APKARCH="$(apk --print-arch)"; \ APKARCH="$(apk --print-arch)"; \
case "$APKARCH" in \ case "$APKARCH" in \