Unverified Commit c4d6aacb authored by Sébastien Tourbier's avatar Sébastien Tourbier Committed by GitHub
Browse files

fix(Dockerfile): update nodejs to 18 as bids-validator failed to build

parent 75e976a7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ ARG BIDSVALIDATOR_BRANCH=dev-hip

# Clone and install the latest version of a specific branch of bids-manager
ADD https://api.github.com/repos/HIP-infrastructure/bids-validator/git/refs/heads/$BIDSVALIDATOR_BRANCH version.json
RUN apt-get update && curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
RUN apt-get update && curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
    apt-get update && apt-get install --no-install-recommends -y \
    git nodejs && \
    mkdir -p bids-validator/install && \