Merge pull request #62 from linuxserver/fix

Werkzeug Version
This commit is contained in:
aptalca 2020-02-11 07:06:21 -05:00 committed by GitHub
commit 56e37efe74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ RUN \
requirements.txt && \
pip3 install --no-cache-dir -U -r \
optional-requirements.txt && \
pip3 install Werkzeug==0.16.1 && \
echo "**** cleanup ****" && \
apt-get -y purge \
git \

View File

@ -49,6 +49,7 @@ RUN \
requirements.txt && \
pip3 install --no-cache-dir -U -r \
optional-requirements.txt && \
pip3 install Werkzeug==0.16.1 && \
echo "**** cleanup ****" && \
apt-get -y purge \
g++ \

View File

@ -49,6 +49,7 @@ RUN \
requirements.txt && \
pip3 install --no-cache-dir -U -r \
optional-requirements.txt && \
pip3 install Werkzeug==0.16.1 && \
echo "**** cleanup ****" && \
apt-get -y purge \
g++ \