Skip to content
Snippets Groups Projects
Verified Commit 819d8754 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated fdroidserver

parent 02815b4b
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment