diff --git a/projects/tpm2/Dockerfile b/projects/tpm2/Dockerfile index 0dcfb42ee..f11f82ac1 100644 --- a/projects/tpm2/Dockerfile +++ b/projects/tpm2/Dockerfile @@ -4,7 +4,7 @@ # # Defines a docker image that can build fuzzers. # -FROM gcr.io/oss-fuzz/base-libfuzzer +FROM gcr.io/oss-fuzz/base-builder RUN apt-get install -y make libssl-dev binutils libgcc-5-dev RUN git clone --depth 1 https://chromium.googlesource.com/chromiumos/third_party/tpm2 WORKDIR tpm2