File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
5252RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \
5353 INSTALL_PKGS+=" procps-ng util-linux postgresql-upgrade" && \
5454{% else %}
55- RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql15 -server postgresql15 -contrib nss_wrapper postgresql15 -upgrade procps-ng util-linux" && \
55+ RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql{{ spec.short }} -server postgresql{{ spec.short }} -contrib nss_wrapper postgresql{{ spec.short }} -upgrade procps-ng util-linux" && \
5656{% endif %}
5757 INSTALL_PKGS+=" findutils xz" && \
5858{% if spec.version == "16" %}
5959 INSTALL_PKGS+=" pgaudit" && \
6060{% else %}
61- INSTALL_PKGS+=" postgresql15 -pgaudit" && \
61+ INSTALL_PKGS+=" postgresql{{ spec.short }} -pgaudit" && \
6262{% endif %}
6363 dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
6464 rpm -V $INSTALL_PKGS && \
You can’t perform that action at this time.
0 commit comments