We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e68a4 commit f5ba07dCopy full SHA for f5ba07d
docker/base/Dockerfile
@@ -35,7 +35,7 @@ RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \
35
RUN ${PACKAGER} -y config-manager --set-enabled crb
36
#Add PostgreSQL-Repo to Base
37
RUN ${PACKAGER} --nodocs --noplugins --setopt=install_weak_deps=0 install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-$(uname -i)/pgdg-redhat-repo-latest.noarch.rpm && ${PACKAGER} -y update && ${PACKAGER} -y clean all
38
-RUN dnf -qy module disable postgresql
+RUN ${PACKAGER} -qy module disable postgresql
39
40
#Cleanup
41
0 commit comments