Update containerfile
This commit is contained in:
parent
4d0ab10704
commit
c6798f430e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM fedora
|
||||
FROM fedora:40
|
||||
RUN dnf install -y java-latest-openjdk-headless xz
|
||||
RUN curl -o apktool.jar -L https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.3.jar
|
||||
RUN curl -o apk-signer.jar -L https://github.com/patrickfav/uber-apk-signer/releases/download/v1.3.0/uber-apk-signer-1.3.0.jar
|
||||
RUN curl -o libfrida-gadget.so.xz -L https://github.com/frida/frida/releases/download/16.2.1/frida-gadget-16.2.1-android-arm64.so.xz
|
||||
RUN curl -o libfrida-gadget.so.xz -L https://github.com/frida/frida/releases/download/16.3.3/frida-gadget-16.3.3-android-arm64.so.xz
|
||||
RUN unxz libfrida-gadget.so.xz
|
||||
COPY libfrida-gadget.config.so /
|
||||
COPY inject-frida.sh /
|
||||
|
|
Loading…
Add table
Reference in a new issue