Skip to content

Commit

Permalink
updated path to validator (seems to be in subfolder now)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Aug 1, 2019
1 parent f026915 commit 9260bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ RUN apt-get update && \
RUN git clone https://github.com/bids-standard/bids-validator /opt/bids-validator && \
cd /opt/bids-validator && \
git checkout $BIDSTAG && \
sed -i -E "s/0.0.0/$BIDSTAG/" package.json && \
npm install -g /opt/bids-validator
npm install -g /opt/bids-validator/bids-validator

#install gnu parallel
RUN apt-get update && apt-get install -y parallel
Expand Down

0 comments on commit 9260bed

Please sign in to comment.