feat(xxh): add standard docker path

This commit is contained in:
2026-04-05 23:26:50 +02:00
parent 67b4a84bd6
commit 9181697a20

View File

@@ -28,6 +28,9 @@ if [ -f /etc/os-release ]; then
esac
fi
if [ "$XXH_TARGET_gpg" = "true" ]; then
if [ "$XXH_TARGET_GPG" = "true" ]; then
export GPG_TTY=$(tty)
fi
export XDG_RUNTIME_DIR=/run/user/$(id -u)
export DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock