Skip to content

Commit 34fc6a4

Browse files
committed
Add generated Dockerfile by distgen
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent bd8f052 commit 34fc6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

13/Dockerfile.rhel9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4242
# This image must forever use UID 26 for postgres user so our volumes are
4343
# safe in the future. This should *never* change, the last test is there
4444
# to make sure of that.
45-
RUN { yum -y module enable postgresql:13 || :; } && \
46-
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
45+
\
46+
RUN INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
4747
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4848
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4949
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

0 commit comments

Comments
 (0)