Merge pull request #64 from linuxserver/werkzeug_unpinned

Unpin Werkzeug
This commit is contained in:
j0nnymoe 2020-02-24 11:40:21 +00:00 committed by GitHub
commit 3f20cb6f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@ 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,7 +49,6 @@ 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,7 +49,6 @@ 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++ \