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
3 changed files with 0 additions and 3 deletions
-1
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 \
-1
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++ \
-1
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++ \