Skip to content

Commit

Permalink
Update Dockerfile for 7.2.0 release (freesurfer#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuguetn authored Sep 2, 2021
1 parent e6703fb commit 7ad1a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docker build for distributing a base fs 7.1.1 container
# docker build for distributing a base fs 7.2.0 container

FROM centos:7

Expand All @@ -12,7 +12,7 @@ RUN yum -y install mesa-libGL libXext libSM libXrender libXmu
RUN yum clean all

# install fs
RUN wget https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.1.1/freesurfer-linux-centos7_x86_64-7.1.1.tar.gz -O fs.tar.gz && \
RUN wget https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.2.0/freesurfer-linux-centos7_x86_64-7.2.0.tar.gz -O fs.tar.gz && \
tar --no-same-owner -xzvf fs.tar.gz && \
mv freesurfer /usr/local && \
rm fs.tar.gz
Expand Down

0 comments on commit 7ad1a0d

Please sign in to comment.