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

Update Dockerfile

parent 3eb3bc80
Branches
Tags
No related merge requests found
Pipeline #
......@@ -4,9 +4,8 @@ MAINTAINER Florian Thöni <florian.thoni@floth.fr>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update; \
apt-get install -y build-essential && \
apt-get install -y build-essential curl && \
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 source "~/.nvm/nvm.sh"
RUN nvm install 6
\ No newline at end of file
RUN . "~/.nvm/nvm.sh" && nvm install 6
\ 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