We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b7ee8 commit 20557aeCopy full SHA for 20557ae
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
-FROM mcr.microsoft.com/devcontainers/base:debian
+FROM mcr.microsoft.com/devcontainers/base:ubuntu
2
3
RUN apt-get update && apt-get -y install --no-install-recommends \
4
- 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 \
5
less libtool-bin libyajl-dev mpi-default-dev ninja-build pkg-config valgrind wget
0 commit comments