Skip to content

Commit

Permalink
Really bump NodeJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 26, 2023
1 parent 75b0af5 commit bb8267c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN apt-get update && \
zlib1g \
zlib1g-dev \
&& \
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get install -y --no-install-recommends \
nodejs && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down Expand Up @@ -188,8 +188,6 @@ ENV C3DPATH=/opt/c3d/bin \
PATH=/opt/c3d/bin:$PATH

# Install SVGO
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get -y install nodejs
RUN npm install -g svgo

# Install bids-validator
Expand Down

0 comments on commit bb8267c

Please sign in to comment.