Merge pull request #243 from PeterDaveHello/patch-1

Remove additional `--update` for apk in Dockerfile
pull/1118/head
Willy 2023-09-26 16:35:04 +02:00 committed by GitHub
commit 4d872facda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ARG VERSION
ARG COMMIT
ARG BUILDPLATFORM
ARG TARGETARCH
RUN apk add --update --no-cache libstdc++ gcc g++ make git autoconf \
RUN apk add --no-cache libstdc++ gcc g++ make git autoconf \
libtool ca-certificates linux-headers wget curl jq && \
update-ca-certificates