mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Update Dockerfile (#5905)
- Install Clang - Use the Ubuntu image to meet the CMake minimum
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM mcr.microsoft.com/devcontainers/base:debian
|
FROM mcr.microsoft.com/devcontainers/base:ubuntu
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install --no-install-recommends \
|
RUN apt-get update && apt-get -y install --no-install-recommends \
|
||||||
build-essential cmake cmake-curses-gui default-jdk doxygen gfortran git graphviz \
|
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
|
less libtool-bin libyajl-dev mpi-default-dev ninja-build pkg-config valgrind wget
|
||||||
|
|||||||
Reference in New Issue
Block a user