diff --git a/Dockerfile b/Dockerfile index 182476ddb0..6af39a2ce3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,9 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH= # https://registry.access.redhat.com/ubi8-minimal FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 +RUN microdnf -y -q update && \ + microdnf -y clean all && rm -rf /var/cache/yum + COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin COPY --from=builder /che-operator/che-operator /manager