We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff478e5 commit a6b18f9Copy full SHA for a6b18f9
Docker/ubuntu24/ubuntu24-build/Dockerfile
@@ -5,9 +5,8 @@ RUN apt update -y && \
5
apt upgrade -y && \
6
DEBIAN_FRONTEND=noninteractive apt install -y \
7
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 && \
8
+ python3-boto3 python3-requests && \
9
apt clean && \
10
rm -rf /var/lib/apt/lists/*
11
-RUN apt install python3-boto3 python3-requests
12
-
13
CMD ["/bin/bash"]
0 commit comments