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

Updated python

parent 8c738a50
No related branches found
No related tags found
No related merge requests found
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
......
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