Skip to content

Commit

Permalink
FIX: Ensure build stamp is present and parsable
Browse files Browse the repository at this point in the history
- Required to distinguish which recon-all commands are available.
  • Loading branch information
mgxd committed Aug 22, 2022
1 parent efaabfa commit 5e3afb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ WORKDIR /opt
RUN curl -SL https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/infant/freesurfer-linux-centos7_x86_64-infant-dev-4a14499.tar.gz -o freesurfer.tar.gz \
&& tar -xzvf freesurfer.tar.gz -h --hard-dereference -T /usr/local/etc/freesurfer-includes.txt \
&& rm freesurfer.tar.gz
# Build-stamp hack for wonky infant-dev version
RUN echo "freesurfer-linux-centos7_x86_64-7.1.1-dev-4a14499-20210109-4a14499" > /opt/freesurfer/build-stamp.txt

0 comments on commit 5e3afb3

Please sign in to comment.