Skip to content

Commit d7b997d

Browse files
committed
update
1 parent 043799a commit d7b997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ RUN git clone --depth 1 https://github.com/devttys0/sasquatch.git /opt/sasquatch
218218
cd /opt/sasquatch && \
219219
wget "https://patch-diff.githubusercontent.com/raw/devttys0/sasquatch/pull/47.patch" -qO 47.patch && \
220220
patch -p1 < 47.patch && \
221-
./build.sh
221+
CFLAGS="-std=gnu17" ./build.sh
222222

223223
# binwalkv3
224224
RUN git clone --depth 1 https://github.com/ReFirmLabs/binwalk.git /opt/binwalkv3 && \

0 commit comments

Comments
 (0)