Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 2m8s
All checks were successful
release-tag / release-image (push) Successful in 2m8s
This commit is contained in:
@@ -3,5 +3,5 @@ ENV VERSION="1.21.4"
|
|||||||
ENV ARCH="amd64"
|
ENV ARCH="amd64"
|
||||||
RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz"
|
RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz"
|
||||||
RUN tar -xf "go${VERSION}.linux-${ARCH}.tar.gz"
|
RUN tar -xf "go${VERSION}.linux-${ARCH}.tar.gz"
|
||||||
#RUN chown -R root:root ./go
|
RUN sudo chown -R root:root ./go
|
||||||
RUN mv -v go /usr/local
|
RUN sudo mv -v go /usr/local
|
Reference in New Issue
Block a user