From 99cfc8853217cd43a375118678fde2671ef30d3a Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Wed, 30 Oct 2024 20:34:19 +0800 Subject: [PATCH] fix: dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ecf38cd..301fc28e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN curl -sL \ --version=${VERSION} \ --bin-name-no-suffix \ --force-gcc='gcc -static --static' \ - --force-g++='g++ -static --static' + --force-gxx='g++ -static --static' FROM alpine:latest