|
@@ -55,8 +55,9 @@ RUN apt-get update \
|
|
|
git \
|
|
git \
|
|
|
python3 \
|
|
python3 \
|
|
|
python3-pip \
|
|
python3-pip \
|
|
|
- && pip install --upgrade pip setuptools wheel \
|
|
|
|
|
- && pip install -r requirements.txt \
|
|
|
|
|
|
|
+ python3-wheel \
|
|
|
|
|
+ && pip install --break-system-packages --upgrade setuptools \
|
|
|
|
|
+ && pip install --break-system-packages -r requirements.txt \
|
|
|
&& apt autoremove -y \
|
|
&& apt autoremove -y \
|
|
|
&& apt clean -y \
|
|
&& apt clean -y \
|
|
|
&& rm -rf /tmp/* /var/tmp/* \
|
|
&& rm -rf /tmp/* /var/tmp/* \
|