This commit is contained in:
MedzikUser 2021-09-28 23:17:36 +02:00
commit e06efc22c6
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 6 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
RUN apt-get update && \
apt-get install -y --no-install-recommends ssh && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install fdroidserver
Run mkdir -p /usr/local/share/doc && ln -s /usr/share/doc/fdroidserver /usr/local/share/doc/fdroidserver