Skip to content

Commit a6b18f9

Browse files
committed
Fix the installation of boto3 and requests
1 parent ff478e5 commit a6b18f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Docker/ubuntu24/ubuntu24-build/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ RUN apt update -y && \
55
apt upgrade -y && \
66
DEBIAN_FRONTEND=noninteractive apt install -y \
77
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 && \
89
apt clean && \
910
rm -rf /var/lib/apt/lists/*
1011

11-
RUN apt install python3-boto3 python3-requests
12-
1312
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)