Skip to content

Commit

Permalink
Docker: Add rsync and graphviz to system requirements
Browse files Browse the repository at this point in the history
The former is used for the backup functionality and the latter is needed
to generate graphic representations of provenance graphs.
  • Loading branch information
unkcpz authored and sphuber committed Nov 21, 2023
1 parent 7d6684c commit bf631f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/aiida-core-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN apt-get update --yes && \
# development tools
git \
openssh-client \
rsync \
graphviz \
vim \
# the gcc compiler need to build some python packages e.g. psutil and pymatgen
build-essential \
Expand Down

0 comments on commit bf631f1

Please sign in to comment.