Skip to content

Commit

Permalink
Update Dockerfile (#5267)
Browse files Browse the repository at this point in the history
Added Ninja build tool.
  • Loading branch information
gheber authored Jan 24, 2025
1 parent d84337a commit 77e2175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 77e2175

Please sign in to comment.