File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4141# This image must forever use UID 26 for postgres user so our volumes are
4242# safe in the future. This should *never* change, the last test is there
4343# to make sure of that.
44- RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs postgresql-server postgresql-contrib glibc-locale-source" && \
44+ RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs postgresql-server postgresql-contrib glibc-locale-source xz " && \
4545 INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4646 INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4747 yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
You can’t perform that action at this time.
0 commit comments