[57] Dockerfile update

pull/935/head
meisnate12 2 years ago
parent 131ef8c8ab
commit 254a86f980

@ -5,7 +5,7 @@ RUN echo "**** install system packages ****" \
&& apt-get update \
&& apt-get upgrade -y --no-install-recommends \
&& apt-get install -y tzdata --no-install-recommends \
&& apt-get install -y gcc g++ libxml2-dev libxslt-dev libz-dev wget libjpeg8-dev zlib1g-dev \
&& apt-get install -y gcc g++ libxml2-dev libxslt-dev libz-dev libjpeg62-turbo-dev zlib1g-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 \
&& pip3 install --no-cache-dir --upgrade --requirement /requirements.txt \

@ -1 +1 @@
1.17.0-develop56
1.17.0-develop57

Loading…
Cancel
Save