Skip to content

Commit

Permalink
fix fsl install
Browse files Browse the repository at this point in the history
  • Loading branch information
fliem committed Oct 22, 2019
1 parent d68d808 commit 3841d73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ RUN npm install -g bids-validator

## FSL
RUN apt-get update && \
apt-get install -y wget gnupg1 && \
wget -O- http://neuro.debian.net/lists/bionic.us-tn.full | tee /etc/apt/sources.list.d/neurodebian.sources.list && \
apt-key adv --refresh-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9 && \
apt-get update && \
apt-get remove -y curl && \
apt-get install -y fsl-core=5.0.9-5~nd18.04+1 && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 3841d73

Please sign in to comment.