Skip to content

Commit

Permalink
Merge pull request #70 from Peefy/fix-wrong-artifact-env-in-dockerfile
Browse files Browse the repository at this point in the history
fix: wrong artifact env path in dockerfile
  • Loading branch information
Peefy authored Apr 22, 2024
2 parents 80fc059 + 953a443 commit d6227c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN apt-get update
RUN apt-get install gcc git -y
# The reason for doing this below is to prevent the
# container from not having write permissions.
ENV KCL_GO_DISABLE_ARTIFACT=on
ENV KCL_GO_DISABLE_INSTALL_ARTIFACT=true
ENV KCL_PKG_PATH=/tmp
ENV KCL_CACHE_PATH=/tmp

0 comments on commit d6227c7

Please sign in to comment.