Include the repo inside the dockerfile

Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
Dimitris Zervas
2024-07-28 21:49:50 +03:00
parent 792c3feed2
commit 503628b165
3 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,9 @@
FROM injectionforge-android
# Frida dependencies to optionally compile frida
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential git lib32stdc++-9-dev libc6-dev-i386 nodejs npm
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential git lib32stdc++-9-dev libc6-dev-i386 nodejs npm python3-pip && \
pip install --break-system-packages lief
# Compile frida-core devkit
ARG FRIDA_HOST=android-arm