Skip to content

Commit 4c7424b

Browse files
committed
Add generated sources
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 99235a8 commit 4c7424b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/Dockerfile.c10s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)