Werkzeug Version
Pin Werkzeug version until next Calbre-web release.
This commit is contained in:
parent
779e04cba7
commit
61b419c821
@ -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 \
|
||||
|
@ -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++ \
|
||||
|
@ -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++ \
|
||||
|
Loading…
Reference in New Issue
Block a user