Do not use module when we have f33 in base
This commit is contained in:
parent
021eb6ae2c
commit
a00a26f1f7
1 changed files with 0 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue