[tpm2] fixed base file name

This commit is contained in:
Mike Aizatsky 2017-03-16 12:52:56 -07:00 committed by GitHub
parent 63b3d797e0
commit 5c33b0c9d3
1 changed files with 1 additions and 1 deletions

View File

@ -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