Skip to content

Commit

Permalink
fix: wrong artifact env path in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Apr 22, 2024
1 parent cde3a7a commit 953a443
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 953a443

Please sign in to comment.