Remove alpine image since it doesn't build anyway
Some checks failed
on-push / infra/buildenv/cxx-amd64-fedora-40 (push) Successful in 9m32s
on-push / infra/buildenv/cxx-amd64-alpine-3.20 (push) Failing after 9s
on-push / infra/buildenv/node (push) Successful in 12s
on-push / infra/buildenv/cxx-amd64-fedora-41 (push) Successful in 8m59s

This commit is contained in:
R.Y.A.N 2025-02-08 23:36:24 +01:00
parent 294351a346
commit 9a8c00693a

View File

@ -1,11 +0,0 @@
FROM alpine:3.20
RUN apk add g++ xxd openssl git make curl
RUN true \
&& mkdir ~/build2-build \
&& cd ~/build2-build \
&& curl -sSfO https://stage.build2.org/0/0.18.0-a.0/build2-install-0.18.0-a.0-stage.sh \
&& sh build2-install-0.18.0-a.0-stage.sh --yes --trust yes \
&& cd / \
&& rm -rf ~/build2-build