1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-12-09 09:56:01 +02:00

Add missed libzstd to Dockerfile

This commit is contained in:
DarthSim 2020-03-13 17:38:12 +06:00
parent 7d3826526d
commit a29e2b12f9

View File

@ -30,7 +30,8 @@ RUN apt-get update \
libexif-dev \
liblcms2-dev \
libde265-dev \
liblzma-dev
liblzma-dev \
libzstd-dev
# Install quantizr
RUN cd /root \
@ -132,6 +133,7 @@ RUN apt-get update \
liblcms2-2 \
libde265-0 \
liblzma5 \
libzstd1 \
&& rm -rf /var/lib/apt/lists/*
COPY --from=0 /usr/local/bin/imgproxy /usr/local/bin/