Skip to content

Commit

Permalink
Update apktool version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ksg97031 committed Oct 6, 2024
1 parent 08714cd commit 04ad485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN alias pip=pip3
RUN pip3 install --upgrade pip && pip3 install frida

# Install apktool
ENV APKTOOL_VERSION=2.8.1
ENV APKTOOL_VERSION=2.10.0
WORKDIR /usr/local/bin
RUN curl -sLO https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool && chmod +x apktool
RUN curl -sL -o apktool.jar https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${APKTOOL_VERSION}.jar && chmod +x apktool.jar
Expand Down

0 comments on commit 04ad485

Please sign in to comment.