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

Update Dockerfile

parent d01f79d3
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -4,7 +4,7 @@ MAINTAINER Florian Thöni <florian.thoni@floth.fr> ...@@ -4,7 +4,7 @@ MAINTAINER Florian Thöni <florian.thoni@floth.fr>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update; \ RUN apt-get update; \
apt-get install -y build-essential curl && \ apt-get install -y build-essential curl python-pip && \
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment