commit
56e37efe74
@ -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