Refactoring
This commit is contained in:
parent
3b6eefbb80
commit
bc473ab416
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue