Skip to content

Commit

Permalink
Update docker base image to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Jan 14, 2025
1 parent 5207dcd commit c5ace62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/platypus-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# hadolint global ignore=DL3008,DL3013

# Get base image
FROM ubuntu:22.04
FROM ubuntu:24.04

# This is needed or it mpiexec complains because docker runs as root
# Discussion on this issue https://github.com/open-mpi/ompi/issues/4451
Expand Down Expand Up @@ -33,7 +33,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install
python3-deepdiff \
python3-jinja2 \
python3-livereload \
python3-packaging \
python3-pybtex \
python3-pylatexenc \
python3-xmltodict \
Expand All @@ -45,6 +44,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install
libhdf5-openmpi-dev \
libnetcdf-dev \
libsdl2-dev \
libtirpc-dev \
rsync \
xxd && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c5ace62

Please sign in to comment.