Skip to content

Commit

Permalink
Merge pull request #14 from BIDS-Apps/chrisfilo-patch-3
Browse files Browse the repository at this point in the history
updating bids-validator and nodejs
  • Loading branch information
raamana authored Jun 5, 2017
2 parents 7db510d + 0403d47 commit bd46017
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
Expand Up @@ -41,9 +41,9 @@ RUN apt-get -qq update && apt-get -qq install -y unzip xorg wget curl && \
rm -rf /mcr-install

# bids validator in js
RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
RUN curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
RUN sudo apt-get -y install nodejs
RUN npm install -g bids-validator
RUN npm install -g bids-validator@0.21.2

RUN mkdir -p /code
RUN mkdir /oppni
Expand Down

0 comments on commit bd46017

Please sign in to comment.