Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Use latest fdroidserver
  • Loading branch information
uazo authored Aug 17, 2024
1 parent 2e0ee54 commit 52b2def
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/images/fdroidserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 52b2def

Please sign in to comment.