Skip to content
Snippets Groups Projects
Commit d01f79d3 authored by florck's avatar florck
Browse files

Update Dockerfile

parent 07c57067
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -8,4 +8,4 @@ RUN apt-get update; \ ...@@ -8,4 +8,4 @@ RUN apt-get update; \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
RUN . "~/.nvm/nvm.sh" && nvm install 6 RUN bash -c ". ~/.nvm/nvm.sh && nvm install 6"
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment