Skip to content

Commit

Permalink
#38 npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 29, 2023
1 parent 8d45562 commit 127e6af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -234,9 +234,10 @@ RUN pip3 install -Iv pygments

# NodeJS
RUN rm -rf /usr/lib/node_modules
RUN curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh
RUN bash /tmp/nodesource_setup.sh
RUN apt-get -y install nodejs
RUN bash -c 'node --version'
RUN apt-get -y install npm
RUN bash -c 'npm --version'

# Rust and Cargo
Expand Down

0 comments on commit 127e6af

Please sign in to comment.