mirror of
https://gitlab.com/fdroid/docker-executable-fdroidserver.git
synced 2026-04-16 23:55:23 +02:00
fdroidserver all ready to run in a Docker container aka Docker "executable image" https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
- Dockerfile 100%
| .gitlab-ci.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| signing-key.asc | ||
For people already setup with Docker, this is a very easy way to run the fdroidserver tools for managing F-Droid repos and building apps. It does not include a full Android SDK, so if you want to use the full Android SDK with this image, you'll need to mount your own local copy.
It can be run using:
$ docker run --rm -u $(id -u):$(id -g) -v $(pwd):/repo registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest