From 02815b4b7fb5bcb60bbddac81295172e7077d6d7 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Mon, 7 May 2018 02:15:49 +0200 Subject: [PATCH] Updated python --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dcef12a..12fa60f 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 -- GitLab