typo
This commit is contained in:
parent
98d00d0c50
commit
7f04011a34
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ RUN apt-get update \
|
|||
&& apt-get -y remove python3 \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
python3-full python3-pip \
|
||||
&& pip install --no-cache-dir --break-system-packages -r requirements.txt \
|
||||
&& pip install --no-cache-dir --break-system-packages -r ./requirements.txt \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||
|
|
Reference in a new issue