From d4415acbc40c81814aa36f8c8cde576d11d554df Mon Sep 17 00:00:00 2001 From: ting668 <36183697+ting668@users.noreply.github.com> Date: Sat, 26 Oct 2024 20:46:28 +0800 Subject: [PATCH] Update Dockerfile-emux Binwalk v2.3.4 is now Rust-based; temporarily locked to v2.3.3 branch to maintain Python compatibility --- Dockerfile-emux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-emux b/Dockerfile-emux index 6977aa3..277b1d7 100644 --- a/Dockerfile-emux +++ b/Dockerfile-emux @@ -53,7 +53,7 @@ RUN pip install ubi_reader # Install packages/repos from Github WORKDIR /tmp #RUN git clone --depth 1 https://github.com/sviehb/jefferson.git -RUN git clone --depth 1 https://github.com/ReFirmLabs/binwalk.git +RUN git clone --depth 1 --branch v2.3.3 https://github.com/ReFirmLabs/binwalk.git #WORKDIR /tmp/jefferson #RUN python3 setup.py install