This commit is contained in:
mezned 2024-11-10 10:43:28 +01:00
parent 444ff9d492
commit 08f5edeffe

View File

@ -12,8 +12,7 @@ RUN set -eux; \
apk update; \ apk update; \
\ \
apk add --no-cache --virtual .build-deps \ apk add --no-cache --virtual .build-deps \
tar \ tar;
; \
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates; ca-certificates;
RUN update-ca-certificates; RUN update-ca-certificates;