Skip to content

Commit 25743ca

Browse files
authored
Merge pull request #8 from nipreps-containers/enh/datalad-enable
ENH: Ensure datalad is fully enabled
2 parents 4f38941 + cdeea0b commit 25743ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN apt-get update && \
3838
libtool \
3939
locales \
4040
lsb-release \
41+
netbase \
4142
pkg-config \
4243
unzip \
4344
wget \
@@ -139,6 +140,7 @@ RUN ${CONDA_PATH}/bin/python -c "from matplotlib import font_manager" && \
139140

140141
# Install packages that are not distributed with conda
141142
RUN ${CONDA_PATH}/bin/python -m pip install --no-cache-dir -U \
143+
datalad-osf \
142144
etelemetry \
143145
nitransforms \
144146
templateflow \

0 commit comments

Comments
 (0)