Skip to content

Commit

Permalink
Install awscliv2 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Feb 1, 2025
1 parent 895a0b0 commit bea0426
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ COPY ./main.py ./requirements.txt ./
RUN pip3 install -r requirements.txt
RUN python3 -m camoufox fetch
RUN apt update && apt install -y libgtk-3-0 libx11-xcb1 libasound2
# Install AWS CLI
RUN curl --no-progress-meter "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
unzip -q awscliv2.zip && \
./aws/install
COPY hotprices_au ./hotprices_au
ENTRYPOINT [ "python3", "/app/main.py" ]

0 comments on commit bea0426

Please sign in to comment.