mirror of https://github.com/statping/statping
turns out we did need make
parent
f8c4b1f0f2
commit
796555cdea
|
@ -16,7 +16,7 @@ ARG VERSION
|
||||||
ARG COMMIT
|
ARG COMMIT
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
RUN apk add --update --no-cache libstdc++ gcc g++ git autoconf \
|
RUN apk add --update --no-cache libstdc++ gcc g++ make git autoconf \
|
||||||
libtool ca-certificates linux-headers wget curl jq && \
|
libtool ca-certificates linux-headers wget curl jq && \
|
||||||
update-ca-certificates
|
update-ca-certificates
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue