From 01c949a8ff36997ae44c7a211d4213e03676b66e Mon Sep 17 00:00:00 2001 From: Andrew Szeto Date: Sat, 21 Oct 2023 07:57:57 -0500 Subject: [PATCH] Update Docker build instructions after #3363 (#3407) --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index f0bdbdf1..50effc03 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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