We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043799a commit d7b997dCopy full SHA for d7b997d
Dockerfile
@@ -218,7 +218,7 @@ RUN git clone --depth 1 https://github.com/devttys0/sasquatch.git /opt/sasquatch
218
cd /opt/sasquatch && \
219
wget "https://patch-diff.githubusercontent.com/raw/devttys0/sasquatch/pull/47.patch" -qO 47.patch && \
220
patch -p1 < 47.patch && \
221
- ./build.sh
+ CFLAGS="-std=gnu17" ./build.sh
222
223
# binwalkv3
224
RUN git clone --depth 1 https://github.com/ReFirmLabs/binwalk.git /opt/binwalkv3 && \
0 commit comments