mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[56] update dockerfile
This commit is contained in:
parent
2331cb107f
commit
131ef8c8ab
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
&& apt-get install -y gcc g++ libxml2-dev libxslt-dev libz-dev wget libjpeg8-dev zlib1g-dev \
|
||||
&& 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 \
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.0-develop55
|
||||
1.17.0-develop56
|
||||
|
|
Loading…
Reference in a new issue