Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Swap out "dnf" for the ARG: PACKAGER
  • Loading branch information
MarleneReiterer authored Dec 6, 2024
1 parent a3e68a4 commit f5ba07d
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 @@ -35,7 +35,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

#Cleanup

Expand Down

0 comments on commit f5ba07d

Please sign in to comment.