Updates/2025 02 04 (#5289)

This commit is contained in:
Gerd Heber 2025-02-04 14:45:01 -06:00 committed by GitHub
parent aace3c464b
commit e9ab45f0f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
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 \
build-essential cmake cmake-curses-gui default-jdk doxygen gfortran git graphviz \
less libtool-bin libyajl-dev mpi-default-dev ninja-build valgrind wget

View File

@ -10,6 +10,7 @@
"ms-python.python",
"ms-toolsai.jupyter",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.live-server",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",