diff --git a/Dockerfile b/Dockerfile index 525c65334..357de0732 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,7 @@ # NOTE: since updateBaseImages.sh does not support other registries than RHCC, update to RHEL8 # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/devtools/go-toolset-rhel7 FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.13.4-18 as builder -ENV PATH=/opt/rh/go-toolset-1.12/root/usr/bin:$PATH \ - GOPATH=/go/ +ENV GOPATH=/go/ USER root ADD . /che-operator