Skip to content

Commit

Permalink
Fix the tag for the ubuntu 24 images
Browse files Browse the repository at this point in the history
This reverts commit ef9ed8b.
  • Loading branch information
jmcarcell committed Aug 11, 2024
1 parent 37a9108 commit bc969c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Docker/ubuntu24/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker build -t ubuntu22 ubuntu24-build
docker build -t ubuntu22-cvmfs ubuntu24-cvmfs
docker build -t ubuntu24 ubuntu24-build
docker build -t ubuntu24-cvmfs ubuntu24-cvmfs
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 wget 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 && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion Docker/ubuntu24/ubuntu24-cvmfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu24

RUN apt update && \
apt install -y lsb-release && \
Expand Down

0 comments on commit bc969c0

Please sign in to comment.