Skip to content

Commit

Permalink
FIX: npm install syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Apr 11, 2021
1 parent f686194 commit 0366b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ WORKDIR /home/niworkflows
ENV HOME="/home/niworkflows"

# Installing SVGO
RUN npm install -g svgo~2
RUN npm install -g svgo@^2

# Installing WEBP tools
RUN curl -sSLO "http://downloads.webmproject.org/releases/webp/libwebp-0.5.2-linux-x86-64.tar.gz" && \
Expand Down

0 comments on commit 0366b10

Please sign in to comment.