Skip to content

Commit

Permalink
Fix the installation of boto3 and requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 11, 2024
1 parent ff478e5 commit a6b18f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docker/ubuntu24/ubuntu24-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ RUN apt update -y && \
apt upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt install -y \
build-essential git python3 python3-pip vim unzip gfortran file curl wget pkg-config rsync tzdata libgl1-mesa-dev libglu1-mesa libglu1-mesa-dev libkrb5-dev ccache mold && \
python3-boto3 python3-requests && \
apt clean && \
rm -rf /var/lib/apt/lists/*

RUN apt install python3-boto3 python3-requests

CMD ["/bin/bash"]

0 comments on commit a6b18f9

Please sign in to comment.