Skip to content

Commit

Permalink
Remove package that doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 11, 2024
1 parent 7e1ada1 commit 2a0c474
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-glx 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 && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2a0c474

Please sign in to comment.