Skip to content

Commit

Permalink
Merge pull request #62 from cybertec-postgresql/testMarlene
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Schmaetz authored Dec 6, 2024
2 parents f631431 + f5ba07d commit 41f63fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \
RUN ${PACKAGER} -y config-manager --set-enabled crb
#Add PostgreSQL-Repo to Base
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
RUN dnf -qy module disable postgresql
RUN ${PACKAGER} -qy module disable postgresql



Expand Down

0 comments on commit 41f63fd

Please sign in to comment.