update
This commit is contained in:
parent
6f048b8d7d
commit
444ff9d492
@ -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' ;; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user