Add curl
Some checks failed
on-push / infra/buildenv/cxx-amd64-fedora-40 (push) Successful in 17m45s
on-push / infra/buildenv/node (push) Successful in 15s
on-push / infra/buildenv/cxx-amd64-alpine-3.20 (push) Failing after 5m59s
on-push / infra/buildenv/cxx-amd64-fedora-41 (push) Successful in 17m12s

This commit is contained in:
R.Y.A.N 2025-02-08 23:28:10 +01:00
parent bf10c02d1b
commit 294351a346

View File

@ -1,6 +1,6 @@
FROM alpine:3.20
RUN apk add g++ xxd openssl git make
RUN apk add g++ xxd openssl git make curl
RUN true \
&& mkdir ~/build2-build \