Skip to content

Commit

Permalink
Revert Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Jul 2, 2024
1 parent 4483ffe commit ebc05af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ FROM dnxsolutions/aws:2.1.9-dnx1

WORKDIR /work

COPY requirements.txt .

RUN python3 -m pip install --no-cache-dir -r requirements.txt

COPY src .

RUN python3 -m pip install --no-cache-dir pip==23.1.2 \
&& pip install --no-cache-dir awscli==1.27.142 \
&& pip install --no-cache-dir botocore==1.29.142 \
&& pip install --no-cache-dir boto3==1.26.142

ENTRYPOINT [ "python3", "-u" ]

CMD [ "/work/deploy.py" ]
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit ebc05af

Please sign in to comment.