0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-15 09:31:46 +02:00

docker: Replace lz4 with zstd in ubuntu base.

This commit is contained in:
Jason Volk 2020-10-02 02:18:18 -07:00
parent 1379f5db9e
commit 2146fe5c32

View file

@ -21,12 +21,12 @@ RUN \
libgraphicsmagick1-dev \
libicu-dev \
libjemalloc-dev \
liblz4-dev \
libmagic-dev \
libnss-db \
libsodium-dev \
libssl-dev \
libtool \
libzstd-dev \
shtool \
xz-utils && \
apt-get purge -y software-properties-common && \