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.
2023-06-13 12:49:31 +03:00
2023-03-22 15:22:30 +02:00
2023-03-22 13:35:27 +00:00
2023-06-13 12:49:31 +03:00
2023-06-13 12:49:31 +03:00
2023-05-25 16:34:21 +01:00

docker-revanced-builder

A Docker container that will help you build Revanced apps. Based on revanced-apks/build-apps.

docker run -v $(pwd)/build:/app/build -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry.karaolidis.com/nikas36/revanced-builder:latest

Environment Variables

Environment Variable Description
GITHUB_TOKEN Github token to use for downloading patches.

Volumes

Volume Description
/app/build The build directory (should contain a keystore)

Notes

Remember to download VancedMicroG in order to be able to sign in to your Google account.

Description
A bash script that will help you build ReVanced apps using Docker
Readme 59 KiB
Languages
Dockerfile 100%