Skip to content

Commit

Permalink
fix: python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tracetechnical committed Sep 6, 2022
1 parent 54e4be9 commit 8ad791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR /opt

COPY requirements-cdk.txt requirements-cdk.txt

RUN python3 -m pip install requirements-cdk.txt
RUN python3 -m pip install -r requirements-cdk.txt

FROM root

Expand Down

0 comments on commit 8ad791d

Please sign in to comment.