Skip to content

Commit d6227c7

Browse files
authored
Merge pull request #70 from Peefy/fix-wrong-artifact-env-in-dockerfile
fix: wrong artifact env path in dockerfile
2 parents 80fc059 + 953a443 commit d6227c7

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
@@ -14,6 +14,6 @@ RUN apt-get update
1414
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.
17-
ENV KCL_GO_DISABLE_ARTIFACT=on
17+
ENV KCL_GO_DISABLE_INSTALL_ARTIFACT=true
1818
ENV KCL_PKG_PATH=/tmp
1919
ENV KCL_CACHE_PATH=/tmp

0 commit comments

Comments
 (0)