3
This commit is contained in:
parent
7ed14ba19a
commit
089aa9dd13
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
python3 \
|
python3 \
|
||||||
wget \
|
wget \
|
||||||
&& python -m ensurepip --upgrade \
|
&& python3 -m ensurepip --upgrade \
|
||||||
&& python3 -m pip install --no-cache-dir -r requirements.txt --break-system-packages \
|
&& python3 -m pip install --no-cache-dir -r requirements.txt --break-system-packages \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||||
|
|
Loading…
Reference in a new issue