diff --git a/Dockerfile b/Dockerfile index a9ec1ba75..d1f318bd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -tags "$BUILDTAGS" -a -o $APP_ROOT/src/man # Copy the controller-manager into a thin image FROM registry.access.redhat.com/ubi8-minimal +RUN microdnf upgrade -y python3-urllib3 && microdnf clean all WORKDIR / COPY --from=builder /opt/app-root/src/manager . USER 65534:65534