Skip to content

Commit 5c98a5f

Browse files
authored
Update Dockerfile
1 parent 58f1cd2 commit 5c98a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --from=build /src/bin/kcl /usr/local/bin/kcl
1111
RUN /usr/local/bin/kcl
1212
RUN cp -r /root/go/bin/* /usr/local/bin/
1313
RUN apt-get update
14-
RUN apt-get install gcc -y
14+
RUN apt-get install gcc git -y
1515
# The reason for doing this below is to prevent the
1616
# container from not having write permissions.
1717
ENV KCL_GO_DISABLE_ARTIFACT=on

0 commit comments

Comments
 (0)