Skip to content

Commit 0909678

Browse files
committed
Update src/Dockerfile.fedora be more future looking.
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent f6258dc commit 0909678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dockerfile.fedora

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
5252
RUN 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 && \

0 commit comments

Comments
 (0)