This commit is contained in:
mezned 2024-11-10 10:41:05 +01:00
parent 6f048b8d7d
commit 444ff9d492

View File

@ -13,9 +13,9 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
tar \
ca-certificates \
; \
APKARCH="$(apk --print-arch)"; \
RUN apk add --no-cache \
ca-certificates;
RUN update-ca-certificates;
RUN case "${BUILD_ARCH}" in \
amd64) BINARCH='amd64' ;; \