Files
hdf5/.devcontainer/Dockerfile
T
Gerd Heber 20557aea82 Update Dockerfile (#5905)
- Install Clang
- Use the Ubuntu image to meet the CMake minimum
2025-10-06 16:35:59 -05:00

6 lines
292 B
Docker

FROM mcr.microsoft.com/devcontainers/base:ubuntu
RUN apt-get update && apt-get -y install --no-install-recommends \
build-essential clang cmake cmake-curses-gui default-jdk doxygen gfortran git graphviz \
less libtool-bin libyajl-dev mpi-default-dev ninja-build pkg-config valgrind wget