Skip to content

Commit

Permalink
Update src/Dockerfile.fedora be more future looking.
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Sep 6, 2024
1 parent f6258dc commit 0909678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \
INSTALL_PKGS+=" procps-ng util-linux postgresql-upgrade" && \
{% else %}
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql15-server postgresql15-contrib nss_wrapper postgresql15-upgrade procps-ng util-linux" && \
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" && \
{% endif %}
INSTALL_PKGS+=" findutils xz" && \
{% if spec.version == "16" %}
INSTALL_PKGS+=" pgaudit" && \
{% else %}
INSTALL_PKGS+=" postgresql15-pgaudit" && \
INSTALL_PKGS+=" postgresql{{ spec.short }}-pgaudit" && \
{% endif %}
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
Expand Down

0 comments on commit 0909678

Please sign in to comment.