Skip to content

Commit

Permalink
Testing rust binwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
compsecdirect committed Dec 21, 2024
1 parent 8026ab0 commit bf40eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sudo apt-get update && sudo apt-get -y upgrade

RUN sudo apt-get install busybox-static fakeroot git tmux dmsetup kpartx netcat-openbsd nmap python-psycopg2 python3-psycopg2 libmagic1 python-lzma python-lzo liblzo2-dev python-six snmp uml-utilities util-linux vlan git unzip curl wget nano postgresql-client socat -y

RUN sudo apt-get install qemu-system-arm qemu-system-mips qemu-system-x86 qemu-utils build-essential liblzma-dev liblzo2-dev zlib1g-dev pkg-config -y
RUN sudo apt-get install qemu-system-arm qemu-system-mips qemu-system-x86 qemu-utils build-essential liblzma-dev liblzo2-dev zlib1g-dev pkg-config libfontconfig1-dev -y

# Weird hijack to install on ubuntu 18....
RUN wget http://mirrors.kernel.org/ubuntu/pool/universe/c/cramfs/cramfsprogs_1.1-6ubuntu1_amd64.deb -O /tmp/cramfsprogs_1.1-6ubuntu1_amd64.deb && sudo dpkg -i /tmp/cramfsprogs_1.1-6ubuntu1_amd64.deb
Expand Down

0 comments on commit bf40eeb

Please sign in to comment.