Skip to content

Commit

Permalink
Update cachedir so pip cache is on emptydir
Browse files Browse the repository at this point in the history
  • Loading branch information
viveklak committed Aug 19, 2021
1 parent 79822ef commit 4fbecd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN mkdir -p /home/pulumi-kubernetes-operator/.ssh \
USER pulumi-kubernetes-operator

ENV XDG_CONFIG_HOME=/tmp/.config
ENV XDG_CACHE_HOME=/tmp/.cache
ENV XDG_CONFIG_CACHE=/tmp/.cache
ENV GOCACHE=/tmp/.cache/go-build
ENV GOPATH=/tmp/.cache/go
Expand Down

0 comments on commit 4fbecd0

Please sign in to comment.