diff --git a/Dockerfile.alpinebuilder b/Dockerfile.alpinebuilder deleted file mode 100644 index 393095b..0000000 --- a/Dockerfile.alpinebuilder +++ /dev/null @@ -1,23 +0,0 @@ -FROM alpine:latest - -RUN apk add --no-cache \ - build-base \ - cmake \ - git \ - nlohmann-json \ - wget \ - curl \ - ninja \ - mold \ - nodejs \ - npm \ - bash - -RUN curl -fsSL https://get.docker.com | sh - -WORKDIR /app - -COPY cppbuilder . - -RUN chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh -