We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50499ae commit bd8f052Copy full SHA for bd8f052
src/Dockerfile
@@ -58,6 +58,8 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
58
{% if spec.prod == "c10s" %}
59
RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs glibc-locale-source xz" && \
60
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 }}" && \
63
{% else %}
64
RUN {{ spec.environment_setup }}
65
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \
0 commit comments