Skip to content

Commit

Permalink
Update Docker build instructions after #3363 (#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabagawee committed Oct 21, 2023
1 parent 247735c commit 01c949a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 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
docker pull ghcr.io/ibotpeaches/apktool:latest
# OR
docker build -t apktool:local .
docker build -t apktool:local -f docker/Dockerfile .
```

## Using the Docker image
Expand Down

0 comments on commit 01c949a

Please sign in to comment.