mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
5 lines
241 B
Docker
5 lines
241 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 doxygen git graphviz \
|
|
less libtool-bin libyajl-dev mpi-default-dev valgrind wget |