Add useful forensic analysis tools

This commit is contained in:
Donncha Ó Cearbhaill
2026-08-18 14:35:45 +02:00
parent c4c6cc2d55
commit 62ae4aa2cb
+12 -1
View File
@@ -119,12 +119,23 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
adb \ adb \
binutils \
default-jre-headless \ default-jre-headless \
file \
jq \
less \
libcurl4 \ libcurl4 \
libimage-exiftool-perl \
libssl3 \ libssl3 \
libusb-1.0-0 \ libusb-1.0-0 \
moreutils \
p7zip-full \
python3 \ python3 \
sqlite3 ripgrep \
sqlite3 \
tree \
unzip \
xxd
COPY --from=build-libplist /build / COPY --from=build-libplist /build /
COPY --from=build-libimobiledevice-glue /build / COPY --from=build-libimobiledevice-glue /build /
COPY --from=build-libtatsu /build / COPY --from=build-libtatsu /build /