mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 22:24:25 +02:00
parent
247735c434
commit
01c949a8ff
@ -2,11 +2,11 @@
|
|||||||
We provide an easy way to leverage `apktool`, along with common Android tools such as `zipalign` and `apksigner`, all from within Docker.
|
We provide an easy way to leverage `apktool`, along with common Android tools such as `zipalign` and `apksigner`, all from within Docker.
|
||||||
|
|
||||||
## Building the Docker image
|
## Building the Docker image
|
||||||
To use the image, pull or build with the included Dockerfile:
|
To use the image, pull the pre-built image or build one from the repo root with the included Dockerfile:
|
||||||
```bash
|
```bash
|
||||||
docker pull ghcr.io/ibotpeaches/apktool:latest
|
docker pull ghcr.io/ibotpeaches/apktool:latest
|
||||||
# OR
|
# OR
|
||||||
docker build -t apktool:local .
|
docker build -t apktool:local -f docker/Dockerfile .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using the Docker image
|
## Using the Docker image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user