mirror of
https://github.com/linuxserver/docker-calibre-web.git
synced 2026-06-03 09:57:34 +00:00
Merge pull request #64 from linuxserver/werkzeug_unpinned
Unpin Werkzeug
This commit is contained in:
@@ -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++ \
|
||||
|
||||
Reference in New Issue
Block a user