From a00a26f1f7af8b165c07857caba51f2d04be81ef Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 2 Nov 2020 16:49:45 +0100 Subject: [PATCH] Do not use module when we have f33 in base --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ddcf19..006e042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,6 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \ INSTALL_PKGS+="findutils xz" && \ INSTALL_PKGS+=" pgaudit" && \ - dnf -y module enable postgresql:12 && \ dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \ dnf clean all && \