From f781b43b38c166ab92f441cf3ab1b2d5e128f23c Mon Sep 17 00:00:00 2001
From: florck <florian.thoni@floth.fr>
Date: Fri, 24 Nov 2017 16:04:12 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 9706f61..7ff7826 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Florian Thöni <florian.thoni@floth.fr>
 ENV DEBIAN_FRONTEND noninteractive
 
 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/*
 
 RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
-- 
GitLab