update node

This commit is contained in:
root 2025-10-05 21:49:57 +00:00
parent 7d81e7aff3
commit aa91a427ba
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ chown "$RUN_USER:$RUN_GROUP" "$ENV_FILE" || true
# Docker repository setup
install -m 0755 -d /etc/apt/keyrings
if [[ ! -f /etc/apt/keyrings/docker.gpg ]]; then
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.gpg
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor | tee /etc/apt/keyrings/docker.gpg >/dev/null
chmod a+r /etc/apt/keyrings/docker.gpg
fi
cat <<EOF_REPO >/etc/apt/sources.list.d/docker.list