Skip to content

Commit dbbfb9c

Browse files
committed
Remove extra &&
1 parent a6b18f9 commit dbbfb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/ubuntu24/ubuntu24-build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:24.04
44
RUN apt update -y && \
55
apt upgrade -y && \
66
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 && \
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 \
88
python3-boto3 python3-requests && \
99
apt clean && \
1010
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)