From 04290b132b0f1f2e9d1e326455a94c8aaae8332e Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 14 Dec 2024 17:28:17 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c605f9..5c8e9a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ ENV VERSION="1.21.4" ENV ARCH="amd64" RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz" RUN tar -xf "go${VERSION}.linux-${ARCH}.tar.gz" -RUN chown -R root:root ./go +#RUN chown -R root:root ./go RUN mv -v go /usr/local \ No newline at end of file