diff --git a/Dockerfile b/Dockerfile
index dcef12a1cfe8e0842409be0784c0f504a5d6a4bf..12fa60f4a6d7eff61274efccabb7cfdd429d0545 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
 FROM openjdk:latest
 
-RUN apt-get update && apt-get -y install python-pip
+RUN apt-get update && apt-get -y install python3-pip python-pip
 
-RUN pip install fdroidserver
+RUN pip3 install fdroidserver
 
 RUN pip install s3cmd