Skip to content

Commit

Permalink
Install python packages with apt for Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 11, 2024
1 parent bc969c0 commit ff478e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/ubuntu24/ubuntu24-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apt update -y && \
apt clean && \
rm -rf /var/lib/apt/lists/*

RUN pip3 install boto3 requests
RUN apt install python3-boto3 python3-requests

CMD ["/bin/bash"]

0 comments on commit ff478e5

Please sign in to comment.