Skip to content

Commit 985aae8

Browse files
committed
chore: rebuild instead of reinstalling frida
1 parent 9fd2f31 commit 985aae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN curl -o platform-tools.zip https://dl.google.com/android/repository/platform
8383
RUN pip3 install frida-tools==13.7.1
8484
RUN npm ci --only=production --ignore-scripts
8585
# If I don't do this the binding is missing
86-
RUN npm i frida
86+
RUN npm rebuild frida
8787
RUN chmod +x run.sh
8888

8989
ENTRYPOINT ["./run.sh"]

0 commit comments

Comments
 (0)