Skip to content

Commit 438aaca

Browse files
authored
Merge pull request #67924 from aireilly/update-dockerfile
Forgot requirements.txt
2 parents 477360a + eae032e commit 438aaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN pip3 install --no-cache --upgrade pip setuptools
1818

1919
WORKDIR /src
2020

21-
COPY ./aura.tar.gz /src
21+
COPY ./aura.tar.gz ./requirements.txt /src
2222

23-
RUN pip3 install --no-cache-dir pyyaml /src/aura.tar.gz
23+
RUN pip3 install --no-cache-dir -r requirements.txt
2424

2525
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)