diff --git a/Dockerfile b/Dockerfile
index 12fa60f4a6d7eff61274efccabb7cfdd429d0545..600042df66ccfb5758902235f22728149d536c05 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,6 @@
-FROM openjdk:latest
+FROM registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
 
-RUN apt-get update && apt-get -y install python3-pip python-pip
-
-RUN pip3 install fdroidserver
+RUN apt-get update && apt-get -y install python-pip
 
 RUN pip install s3cmd