Syntax
This commit is contained in:
parent
656ebc61ee
commit
356a1721ea
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-full \
|
python3-full \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
wget\
|
wget \
|
||||||
&& 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 \
|
&& 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