Skip to content

Commit c49a098

Browse files
committed
Update miniconda, install netbase and datalad-osf extensions
1 parent 53b370b commit c49a098

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
FROM continuumio/miniconda3:4.7.10
1+
FROM continuumio/miniconda3:4.10.3
22
ARG DOCKER_TAG
3+
RUN apt-get update && \
4+
apt-get install -y --no-install-recommends netbase
35
RUN conda install -c conda-forge git-annex \
46
&& sync && conda clean --all && sync
5-
RUN pip install "datalad${DOCKER_TAG+==$DOCKER_TAG}" \
6-
&& rm -rf ~/.cache/pip/* && sync
7+
RUN pip install "datalad${DOCKER_TAG+==$DOCKER_TAG}" && \
8+
pip install datalad-osf && \
9+
rm -rf ~/.cache/pip/* && sync

0 commit comments

Comments
 (0)