We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18476dc + 9ba8aca commit 440393eCopy full SHA for 440393e
Dockerfile
@@ -76,7 +76,7 @@ RUN : \
76
&& curl --silent --location --output /tmp/virtualenv.pyz https://bootstrap.pypa.io/virtualenv/3.10/virtualenv.pyz \
77
&& python3.12 /tmp/virtualenv.pyz /venv \
78
&& pip install --requirement /tmp/requirements.txt \
79
- && rm -rf "$XDG_DATA_HOME" /tmp/virtualenv.pyz \
+ && rm -rf "$XDG_CACHE_HOME" /tmp/virtualenv.pyz \
80
&& :
81
82
# ensure virtualenv appdata cache is populated
0 commit comments