Skip to content

Commit

Permalink
chore: change kclvm location in the kcl dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 20, 2023
1 parent b3c68b0 commit db60132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db60132

Please sign in to comment.