diff --git a/containers/go/Containerfile b/containers/go/Containerfile index f3fcd39..edbb8ad 100644 --- a/containers/go/Containerfile +++ b/containers/go/Containerfile @@ -1,7 +1,3 @@ ARG TAG FROM git.plabble.org/job79/fedora:${TAG} -USER root - -RUN dnf -y install go && dnf clean all - -USER user +RUN sudo dnf -y install go && dnf clean all