Skip to content

Commit de52bec

Browse files
committed
DOCKER: Bump npm install line
1 parent a4a413d commit de52bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN micromamba create -y -f /tmp/env.yml && \
109109
micromamba clean -y -a
110110

111111
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH"
112-
RUN /opt/conda/envs/fmriprep/bin/npm install -g svgo@^3.0 [email protected] && \
112+
RUN npm install -g svgo@^3.0.4 bids-validator@^1.13.1 && \
113113
rm -r ~/.npm
114114

115115
#

0 commit comments

Comments
 (0)