From 819d8754a41359296ff5de5fd2eac2595f6ecf3e Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Mon, 7 May 2018 02:25:33 +0200 Subject: [PATCH] Updated fdroidserver --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12fa60f..600042d 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 -- GitLab