From 9a8c00693a715f153afe464575859c1c5c365a35 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 8 Feb 2025 23:36:24 +0100 Subject: [PATCH] Remove alpine image since it doesn't build anyway --- cxx-amd64-alpine-3.20/Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 cxx-amd64-alpine-3.20/Dockerfile diff --git a/cxx-amd64-alpine-3.20/Dockerfile b/cxx-amd64-alpine-3.20/Dockerfile deleted file mode 100644 index 4c6a0a8..0000000 --- a/cxx-amd64-alpine-3.20/Dockerfile +++ /dev/null @@ -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