We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c68b0 commit db60132Copy full SHA for db60132
Dockerfile
@@ -9,5 +9,7 @@ ENV LANG=en_US.utf8
9
FROM base
10
COPY --from=build /src/bin/kcl /usr/local/bin/kcl
11
RUN /usr/local/bin/kcl
12
+RUN cp -r /root/go/bin/* /usr/local/bin/
13
RUN apt-get update
14
RUN apt-get install gcc -y
15
+ENV KCL_GO_DISABLE_ARTIFACT=on
0 commit comments