Skip to content

Commit 394b19f

Browse files
committed
Install git in conda env
1 parent b53f688 commit 394b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PY_VER=3.9
22
ARG IMAGE=jupyter/docker-stacks-foundation
33
FROM ${IMAGE}
44
USER jovyan
5-
RUN conda install -y -n base -c conda-forge python=${PY_VER} graphviz pydot && \
5+
RUN conda install -y -n base -c conda-forge python=${PY_VER} git graphviz pydot && \
66
conda clean -afy
77
COPY --chown=1000:100 ./pyproject.toml ./README.md ./LICENSE.txt ./datajoint.pub /main/
88
COPY --chown=1000:100 ./datajoint /main/datajoint

0 commit comments

Comments
 (0)