We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9c636 commit b2844e1Copy full SHA for b2844e1
psc.sh
@@ -45,6 +45,7 @@ docker run --rm -ti \
45
--workdir /wd \
46
-e "XDG_CONFIG_HOME=/wd/.xdg_config_home" \
47
-e "XDG_DATA_HOME=/wd/.xdg_data_home" \
48
+ -e "XDG_CACHE_HOME=/wd/.xdg_cache_home" \
49
"${DHUB_PREFIX}${IMG_NAME}:${IMG_VER}" "$@"
50
51
# Add this before the last line (image name) for debugging:
0 commit comments