diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 2094c87d58..0503d338b0 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -1,10 +1,10 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-openstack COPY . . RUN go build -o ./machine-controller-manager ./cmd/manager -FROM registry.svc.ci.openshift.org/ocp/4.6:base +FROM registry.ci.openshift.org/ocp/4.6:base RUN INSTALL_PKGS=" \ openssh \ " && \