Skip to content

Commit 130dcf3

Browse files
committed
DOCKER: Add missing infant_recon_all templates
1 parent d898bf0 commit 130dcf3

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
@@ -216,7 +216,7 @@ RUN apt update && \
216216
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
217217
&& echo "Downloading FreeSurfer + InfantFS" \
218218
&& mkdir -p /opt/freesurfer \
219-
&& curl -fSLO --retry 5 https://github.com/nipreps-containers/freesurfer/releases/download/infant-min-4a14499/infant-freesurfer_dev-4a14499-min.zip \
219+
&& curl -fSLO --retry 5 https://github.com/nipreps-containers/freesurfer/releases/download/infant-min-4a14499-fix/infant-freesurfer_dev-4a14499-min.zip \
220220
&& unzip infant-freesurfer_dev-4a14499-min.zip -d /opt \
221221
&& rm infant-freesurfer_dev-4a14499-min.zip
222222
ENV FREESURFER_HOME="/opt/freesurfer"

0 commit comments

Comments
 (0)