mirror of https://github.com/statping/statping
Merge pull request #243 from PeterDaveHello/patch-1
Remove additional `--update` for apk in Dockerfilepull/1118/head
commit
4d872facda
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue