diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 93ec3fc83f..2cea448659 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -9,9 +9,6 @@ ENV PATH=/app/bin/:$PATH \ ENV PYTHONUSERBASE /app ENV TZ UTC RUN set -ex\ - ; microdnf -y module enable nginx:1.22 \ - ; microdnf -y module enable python39:3.9 \ - ; microdnf update -y \ ; microdnf -y --setopt=tsflags=nodocs install \ dnsmasq \ memcached \