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.

Cherry-pick: bf631f1
  • Loading branch information
unkcpz authored and sphuber committed Nov 28, 2023
1 parent 566685c commit c4799ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/aiida-core-base/Dockerfile
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 c4799ad

Please sign in to comment.