Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit cba8509

Browse files
authored
Update Dockerfile to install xz-utils
1 parent c60fdae commit cba8509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN echo 'Acquire::Retries "10";' > /etc/apt/apt.conf.d/80-retries && \
1616
apt-get install --no-install-recommends --yes \
1717
packagekit iso-codes gcc git-core make libcurl4-openssl-dev gpg-agent \
1818
libxml2-dev zlib1g-dev g++ libpq-dev nodejs apt-transport-https ca-certificates \
19-
webp gnupg imagemagick libgeos-dev postgresql-${POSTGRESQL_VERSION} && \
19+
webp gnupg imagemagick libgeos-dev xz-utils postgresql-${POSTGRESQL_VERSION} && \
2020
apt-get autoremove --purge --yes
2121

2222
RUN gem update --system 3.4.22

0 commit comments

Comments
 (0)