Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Oct 15, 2024
1 parent 3887f33 commit d0c89d8
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 @@ -6,7 +6,7 @@ WORKDIR /tmp
RUN apt-get update && apt-get upgrade -y && apt-get install -y git

# Pull down latest Binwalk code
RUN git clone -b binwalkv3 https://github.com/ReFirmLabs/binwalk.git
RUN git clone https://github.com/ReFirmLabs/binwalk.git

# Install all system dependencies
RUN /tmp/binwalk/dependencies/ubuntu.sh
Expand Down

0 comments on commit d0c89d8

Please sign in to comment.