[wolfssl, wolfmqtt] Fix builds (#9519)

This commit is contained in:
Guido Vranken 2023-01-28 11:37:30 +01:00 committed by GitHub
parent d7f3086ee3
commit ceeea88ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN apt-get update && apt-get install -y make autoconf automake libtool bsdmainutils
RUN git clone --depth 1 https://github.com/wolfSSL/wolfssl.git
RUN git clone --depth 1 https://github.com/wolfSSL/wolfMQTT.git wolfmqtt
RUN git clone --depth 1 https://github.com/guidovranken/wolfmqtt-fuzzers.git

View File

@ -18,7 +18,7 @@
# Please fix failure and upgrade.
FROM gcr.io/oss-fuzz-base/base-builder@sha256:111d6b9d3a52bd3392602c71dc8936c628607a7a9bc86d381db7586f9b1e840f
RUN apt-get update && apt-get install -y make autoconf automake libtool zip wget python
RUN apt-get update && apt-get install -y make autoconf automake libtool zip wget python bsdmainutils
RUN git clone https://github.com/wolfssl/wolfssl --depth 1 $SRC/wolfssl
RUN git clone --depth 1 https://github.com/wolfSSL/wolfssh.git
RUN git clone --depth 1 https://github.com/guidovranken/fuzzing-headers.git