Skip to content

Commit

Permalink
Fix CI build. Latest version of npm is no longer installable in node …
Browse files Browse the repository at this point in the history
…v18.x
  • Loading branch information
tomolopolis committed Sep 21, 2023
1 parent e9acff3 commit 8eaa167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update -y && \
RUN apt-get install -y vim

# Get node and npm
RUN apt install -y nodejs && apt-get install -y npm && npm install -g npm@latest
RUN apt install -y nodejs && apt install -y npm

# Install Rust - for tokenziers dep in medcat.
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Expand Down

0 comments on commit 8eaa167

Please sign in to comment.