Skip to content

Commit eae032e

Browse files
committed
forgot requirements.txt
1 parent a52e926 commit eae032e

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)