mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
6 lines
286 B
Docker
6 lines
286 B
Docker
FROM mcr.microsoft.com/devcontainers/base:debian
|
|
|
|
RUN apt-get update && apt-get -y install --no-install-recommends \
|
|
build-essential cmake cmake-curses-gui default-jdk doxygen gfortran git graphviz \
|
|
less libtool-bin libyajl-dev mpi-default-dev ninja-build pkg-config valgrind wget
|