Skip to content

Commit f5ba07d

Browse files
Update Dockerfile
Swap out "dnf" for the ARG: PACKAGER
1 parent a3e68a4 commit f5ba07d

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
@@ -35,7 +35,7 @@ RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \
3535
RUN ${PACKAGER} -y config-manager --set-enabled crb
3636
#Add PostgreSQL-Repo to Base
3737
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
38+
RUN ${PACKAGER} -qy module disable postgresql
3939

4040
#Cleanup
4141

0 commit comments

Comments
 (0)