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