Update Dockerfile (#5267)

Added Ninja build tool.
This commit is contained in:
Gerd Heber
2025-01-24 07:14:14 -06:00
committed by GitHub
parent d84337ad8c
commit 77e21758d9
+1 -1
View File
@@ -2,4 +2,4 @@ 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
less libtool-bin libyajl-dev mpi-default-dev ninja-build valgrind wget