Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 4m16s
All checks were successful
release-tag / release-image (push) Successful in 4m16s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user