This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
revanced-builder/README.md
Nikolaos Karaolidis 0a9fffbfcb Update README
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2023-07-01 18:00:35 +03:00

27 lines
1.0 KiB
Markdown

# docker-revanced-builder
A Docker container that will help you build Revanced apps. Based on [revanced-apks/build-apps](https://github.com/revanced-apks/build-apps).
```shell
docker build . -t registry.karaolidis.com/karaolidis/revanced-builder:latest
docker run -v $(pwd)/build:/app/build -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry.karaolidis.com/karaolidis/revanced-builder:latest
```
## Environment Variables
| Environment Variable | Description |
| -------------------- | -------------------------------------------- |
| `GITHUB_TOKEN` | Github token to use for downloading patches. |
## Volumes
| Volume | Description |
| ------------------- | ----------------------- |
| `/app/build` | Build directory |
| `/app/config.toml` | Config file (optional) |
| `/app/options.json` | Options file (optional) |
## Notes
Remember to download [VancedMicroG](https://github.com/TeamVanced/VancedMicroG/releases) in order to be able to sign in to your Google account.