Skip to content

Commit 41f63fd

Browse files
authored
Merge pull request #62 from cybertec-postgresql/testMarlene
Update Dockerfile
2 parents f631431 + f5ba07d commit 41f63fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \
2929
RUN ${PACKAGER} -y config-manager --set-enabled crb
3030
#Add PostgreSQL-Repo to Base
3131
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
32+
RUN ${PACKAGER} -qy module disable postgresql
3333

3434

3535

0 commit comments

Comments
 (0)