Update Dockerfile

Use latest fdroidserver
This commit is contained in:
uazo
2024-08-17 20:11:26 +11:00
committed by GitHub
parent 2e0ee54dff
commit 52b2def360
+5 -1
View File
@@ -5,4 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN test -d /usr/share/man/man1 || mkdir -p /usr/share/man/man1
RUN apt update && \
apt install -y wget fdroidserver rclone socat nano
apt install -y wget rclone socat nano curl git python3 python3.12-venv
RUN python3 -m venv fdroidserver-env && \
. fdroidserver-env/bin/activate && \
pip install git+https://gitlab.com/fdroid/fdroidserver.git