dd
This commit is contained in:
parent
e0a036bc87
commit
076b0fb532
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ WORKDIR /
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
COPY requirements.yaml .
|
COPY requirements.yaml .
|
||||||
|
|
||||||
|
# hadolint ignore=DL3013
|
||||||
RUN python3 -m pip install --no-cache-dir --upgrade pip \
|
RUN python3 -m pip install --no-cache-dir --upgrade pip \
|
||||||
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue