Ninjani commited on
Commit
bf4a556
·
1 Parent(s): b26b90f
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ RUN micromamba install -y -n base -c conda-forge \
18
  aivant::openstructure \
19
  anaconda::py-boost \
20
  vina \
 
21
  && micromamba clean --all --yes
22
 
23
  ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)
 
18
  aivant::openstructure \
19
  anaconda::py-boost \
20
  vina \
21
+ git \
22
  && micromamba clean --all --yes
23
 
24
  ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)