diff --git a/Dockerfile b/Dockerfile
index 9706f61a03109e75be21d05dc7764c6ffd16eb33..7ff782685de1e7e55b225b82eed70ff8b8c2aa7f 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