File tree 1 file changed +2
-2
lines changed
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
52
52
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \
53
53
INSTALL_PKGS+=" procps-ng util-linux postgresql-upgrade" && \
54
54
{% 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" && \
56
56
{% endif %}
57
57
INSTALL_PKGS+=" findutils xz" && \
58
58
{% if spec.version == "16" %}
59
59
INSTALL_PKGS+=" pgaudit" && \
60
60
{% else %}
61
- INSTALL_PKGS+=" postgresql15 -pgaudit" && \
61
+ INSTALL_PKGS+=" postgresql{{ spec.short }} -pgaudit" && \
62
62
{% endif %}
63
63
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
64
64
rpm -V $INSTALL_PKGS && \
You can’t perform that action at this time.
0 commit comments