From f5ba07d77842f4897f53d71f39d1bc2f915d1aaa Mon Sep 17 00:00:00 2001 From: Marlene Reiterer <58383456+MarleneReiterer@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:56:32 +0100 Subject: [PATCH] Update Dockerfile Swap out "dnf" for the ARG: PACKAGER --- docker/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile index f51e633..95e38ee 100644 --- a/docker/base/Dockerfile +++ b/docker/base/Dockerfile @@ -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