Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 4m16s

This commit is contained in:
2025-04-01 09:04:33 +00:00
parent 201398e766
commit e8fb6a5629

View File

@@ -5,7 +5,7 @@ ENV GOPATH="/usr/local/go"
ENV PATH="$PATH:/usr/local/go/bin"
RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz"
RUN tar -xf "go${VERSION}.linux-${ARCH}.tar.gz"
RUN mkdir -p /config/workspace
RUN sudo mkdir -p /config/workspace
RUN sudo chown -R root:root /config/workspace
RUN sudo mv -v go /usr/local
USER root