diff --git a/Dockerfile b/Dockerfile index 38bc0c6..5df254c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Use Gitea PAT for private dependencies if provided ARG GITEA_TOKEN RUN if [ -n "$GITEA_TOKEN" ]; then \ - git config --global url."https://b3nw:${GITEA_TOKEN}@gitea.ext.ben.io/".insteadOf "https://gitea.ext.ben.io/"; \ + git config --global url."https://${GITEA_TOKEN}@gitea.ext.ben.io/".insteadOf "https://gitea.ext.ben.io/"; \ fi # Install dependencies