mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[52] fix Dockerfile
This commit is contained in:
parent
145dfd6709
commit
dc3c99af1d
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.0-develop51
|
||||
1.17.0-develop52
|
||||
|
|
Loading…
Reference in a new issue