feat(xxh): add standard docker path
This commit is contained in:
@@ -28,6 +28,9 @@ if [ -f /etc/os-release ]; then
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$XXH_TARGET_gpg" = "true" ]; then
|
if [ "$XXH_TARGET_GPG" = "true" ]; then
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
||||||
|
export DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user