[52] fix Dockerfile

pull/935/head
meisnate12 2 years ago
parent 145dfd6709
commit dc3c99af1d

@ -8,7 +8,7 @@ RUN echo "**** install system packages ****" \
&& apt-get install -y gcc g++ libxml2-dev libxslt-dev libz-dev wget \
&& wget -O /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-"$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
&& chmod +x /tini \
&& RUN apk add jpeg-dev zlib-dev
&& RUN apk add jpeg-dev zlib-dev \
&& pip3 install --no-cache-dir --upgrade --requirement /requirements.txt \
&& apt-get --purge autoremove wget gcc g++ libxml2-dev libxslt-dev libz-dev -y \
&& apt-get clean \

@ -1 +1 @@
1.17.0-develop51
1.17.0-develop52

Loading…
Cancel
Save