We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd2f31 commit 985aae8Copy full SHA for 985aae8
1 file changed
Dockerfile
@@ -83,7 +83,7 @@ RUN curl -o platform-tools.zip https://dl.google.com/android/repository/platform
83
RUN pip3 install frida-tools==13.7.1
84
RUN npm ci --only=production --ignore-scripts
85
# If I don't do this the binding is missing
86
-RUN npm i frida
+RUN npm rebuild frida
87
RUN chmod +x run.sh
88
89
ENTRYPOINT ["./run.sh"]
0 commit comments