From db60132f28d95e5706ebedd5ab9683cc49988965 Mon Sep 17 00:00:00 2001 From: peefy Date: Wed, 20 Dec 2023 18:06:09 +0800 Subject: [PATCH] chore: change kclvm location in the kcl dockerfile Signed-off-by: peefy --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f5510f8..fdfd8df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,7 @@ ENV LANG=en_US.utf8 FROM base COPY --from=build /src/bin/kcl /usr/local/bin/kcl RUN /usr/local/bin/kcl +RUN cp -r /root/go/bin/* /usr/local/bin/ RUN apt-get update RUN apt-get install gcc -y +ENV KCL_GO_DISABLE_ARTIFACT=on