From d0c89d855bee7cb8e3bfe7424db2e5c59ab88ebd Mon Sep 17 00:00:00 2001 From: devttys0 Date: Mon, 14 Oct 2024 21:50:19 -0400 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ef0957b8..d5f0bcdbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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