🏡 index : github.com/captn3m0/apk-mitm-docker.git

author Fuad <26776550+fuad00@users.noreply.github.com> 2025-02-28 19:49:06.0 +03:00:00
committer Nemo (in Amsterdam) <me@captnemo.in> 2025-03-02 12:34:55.0 +00:00:00
commit
917978c5e43bdb90e8ea2cb7100224bf16fc715a [patch]
tree
a9e29f6fb0a8bb3074734b415e19aebb0575b349
parent
95fcc9c6172a2ec00b6e01224a3755a2370a1716
download
917978c5e43bdb90e8ea2cb7100224bf16fc715a.tar.gz

Upgrage apktool to v2.11.0



Diff

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 5aebda0..d9d4a82 100644
--- a/Dockerfile
+++ a/Dockerfile
@@ -5,11 +5,11 @@
RUN apt update
RUN apt install -y default-jre-headless zip

ADD https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.3.jar /usr/local/bin/apktool.jar 
ADD https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.0.jar /usr/local/bin/apktool.jar 
ADD https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool /usr/local/bin/apktool 
RUN chmod +x /usr/local/bin/apktool /usr/local/bin/apktool.jar
RUN npm install apk-mitm

WORKDIR /output

ENTRYPOINT ["/work/node_modules/.bin/apk-mitm"]
ENTRYPOINT ["/work/node_modules/.bin/apk-mitm"]