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