Skip to content

Commit db60132

Browse files
committed
chore: change kclvm location in the kcl dockerfile
Signed-off-by: peefy <xpf6677@163.com>
1 parent b3c68b0 commit db60132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ ENV LANG=en_US.utf8
99
FROM base
1010
COPY --from=build /src/bin/kcl /usr/local/bin/kcl
1111
RUN /usr/local/bin/kcl
12+
RUN cp -r /root/go/bin/* /usr/local/bin/
1213
RUN apt-get update
1314
RUN apt-get install gcc -y
15+
ENV KCL_GO_DISABLE_ARTIFACT=on

0 commit comments

Comments
 (0)