Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Need the JRE.
  • Loading branch information
gheber authored Feb 4, 2025
1 parent 7114752 commit 2b1b961
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
@@ -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 gfortran git graphviz \
build-essential cmake cmake-curses-gui default-jre doxygen gfortran git graphviz \
less libtool-bin libyajl-dev mpi-default-dev ninja-build valgrind wget

0 comments on commit 2b1b961

Please sign in to comment.