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 58f1cd2 commit 5c98a5fCopy full SHA for 5c98a5f
Dockerfile
@@ -11,7 +11,7 @@ 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
+RUN apt-get install gcc git -y
15
# The reason for doing this below is to prevent the
16
# container from not having write permissions.
17
ENV KCL_GO_DISABLE_ARTIFACT=on
0 commit comments