mirror of https://github.com/google/oss-fuzz.git
[tpm2] fixed base file name
This commit is contained in:
parent
63b3d797e0
commit
5c33b0c9d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue