Skip to content

Commit bd8f052

Browse files
committed
Do not enable module postgresql-13 for RHEL-9.
This is not module but RPM packages Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 50499ae commit bd8f052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
5858
{% if spec.prod == "c10s" %}
5959
RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs glibc-locale-source xz" && \
6060
PSQL_PKGS="{{ spec.pkgs }}" && \
61+
{% elif spec.prod == "rhel9" and spec.version == "13" %} \
62+
RUN INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \
6163
{% else %}
6264
RUN {{ spec.environment_setup }}
6365
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \

0 commit comments

Comments
 (0)