Skip to content

Commit

Permalink
Remove extra &&
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 11, 2024
1 parent a6b18f9 commit dbbfb9c
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 @@ -4,7 +4,7 @@ FROM ubuntu:24.04
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 && \
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/*
Expand Down

0 comments on commit dbbfb9c

Please sign in to comment.