mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
6 lines
292 B
Docker
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
|