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.
2 parents f631431 + f5ba07d commit 41f63fdCopy full SHA for 41f63fd
docker/base/Dockerfile
@@ -29,7 +29,7 @@ RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \
29
RUN ${PACKAGER} -y config-manager --set-enabled crb
30
#Add PostgreSQL-Repo to Base
31
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
32
-RUN dnf -qy module disable postgresql
+RUN ${PACKAGER} -qy module disable postgresql
33
34
35
0 commit comments