Refactoring

This commit is contained in:
Arthur-TRT 2022-05-06 14:12:43 +02:00
parent 3b6eefbb80
commit bc473ab416
1 changed files with 13 additions and 11 deletions

View File

@ -10,6 +10,8 @@ RUN apk update \
# #
# BINWALK DEPENDENCIES # BINWALK DEPENDENCIES
&& apk add mtd-utils gzip bzip2 tar p7zip cabextract cramfs squashfs-tools sleuthkit openjdk18-jdk lzop \ && apk add mtd-utils gzip bzip2 tar p7zip cabextract cramfs squashfs-tools sleuthkit openjdk18-jdk lzop \
#
# BINWALK
&& cd ~ && git clone https://github.com/ReFirmLabs/binwalk.git && cd binwalk \ && cd ~ && git clone https://github.com/ReFirmLabs/binwalk.git && cd binwalk \
&& pip3 install nose coverage pycryptodome \ && pip3 install nose coverage pycryptodome \
&& python3 setup.py install \ && python3 setup.py install \