diff --git a/Dockerfile b/Dockerfile
index 07107fd391608160bbc7c5e13814ce6d6c34791f..83a74d287085c51dcb2f97bfd68ecd19967d8a2d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ from ubuntu:16.04
 RUN apt-get update &&\
     apt-get -y upgrade &&\
     apt-get install -y \
-        python-pip \
+        python3-pip \
         wget &&\
     apt-get clean