Skip to content
Snippets Groups Projects
Commit 23dadd92 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by Jan Tattermusch
Browse files

Try to make npm available on jessie x86

parent 0bd1da55
No related branches found
No related tags found
No related merge requests found
...@@ -33,4 +33,8 @@ RUN apt-get update && apt-get install -y curl ...@@ -33,4 +33,8 @@ RUN apt-get update && apt-get install -y curl
# Install nvm # Install nvm
RUN touch .profile RUN touch .profile
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
\ No newline at end of file
# Install node 4, as on 32bit system, npm will be missing after nvm install
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
RUN apt-get update && apt-get install -y nodejs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment