Merge pull request #64 from linuxserver/werkzeug_unpinned
Unpin Werkzeug
This commit is contained in:
commit
3f20cb6f30
@ -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 \
|
||||
|
@ -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++ \
|
||||
|
@ -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++ \
|
||||
|
Loading…
Reference in New Issue
Block a user