From 0403d477974fb18b8b2b97991a5bf3bc845af9a8 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Thu, 1 Jun 2017 10:52:54 -0700 Subject: [PATCH] updating bids-validator and nodejs --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1953048..7be71d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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