Skip to content

Commit

Permalink
move to neurodebian base image
Browse files Browse the repository at this point in the history
  • Loading branch information
fliem committed Oct 22, 2019
1 parent 516d064 commit d68d808
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
FROM ubuntu:18.04

RUN apt-get update && apt-get install -y wget gnupg1

#install neurodebian
RUN wget -O- http://neuro.debian.net/lists/bionic.us-tn.full | tee /etc/apt/sources.list.d/neurodebian.sources.list
RUN apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9 # --refresh-keys

FROM neurodebian:bionic-non-free

## BIDS Validator
RUN apt-get update && \
Expand Down

0 comments on commit d68d808

Please sign in to comment.