Skip to content

Commit

Permalink
feat-1 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbacchi committed Oct 30, 2024
1 parent dd6a4ff commit b4b9f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ LABEL homepage="https://marcbacchi.dev"

ENV AWSCLI_VERSION='1.22.63'

RUN pip install --upgrade pip
RUN pip install --quiet --no-cache-dir
# RUN python -m pip install --upgrade pip
# RUN pip install --quiet --no-cache-dir

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit b4b9f74

Please sign in to comment.