diff --git a/Dockerfile b/Dockerfile index acce518..da1cff8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN curl -sL \ https://raw.githubusercontent.com/zijiren233/go-build-action/refs/tags/v1/build.sh | \ bash -s -- \ --version=${VERSION} \ + --use-default-cc-cxx \ --bin-name-no-suffix FROM alpine:latest