Werkzeug Version

Pin Werkzeug version until next Calbre-web release.
This commit is contained in:
chbmb 2020-02-11 10:27:05 +00:00
parent 779e04cba7
commit 61b419c821
3 changed files with 3 additions and 0 deletions

View File

@ -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 \

View File

@ -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++ \

View File

@ -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++ \