ff
This commit is contained in:
parent
3e441f8c5d
commit
47d8145fb4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ COPY requirements.txt .
|
|||
# hadolint ignore=DL3008,DL3028
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install wget
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||
|
|
Loading…
Reference in a new issue