aboutsummaryrefslogtreecommitdiff
path: root/projects/tpm2
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-26 09:53:49 -0700
committerGitHub <noreply@github.com>2021-08-26 09:53:49 -0700
commit03d18372d5712c786126378277e58c51e3d09e87 (patch)
tree835895588f6c1addee4c2b02d3af0d9f23130484 /projects/tpm2
parent7ca003732dfedb82c6dc189e21f6d3d3ff17d25f (diff)
downloadoss-fuzz-03d18372d5712c786126378277e58c51e3d09e87.tar.gz
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
This reverts commit 878c32419cdf89457d1f1be616d4896fc2586160. Related: #6180
Diffstat (limited to 'projects/tpm2')
-rw-r--r--projects/tpm2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/tpm2/Dockerfile b/projects/tpm2/Dockerfile
index 3cd80b8ed..f008ce398 100644
--- a/projects/tpm2/Dockerfile
+++ b/projects/tpm2/Dockerfile
@@ -5,7 +5,7 @@
# Defines a docker image that can build fuzzers.
#
FROM gcr.io/oss-fuzz-base/base-builder
-RUN apt-get update && apt-get install -y make libssl-dev binutils libgcc-5-dev
+RUN apt-get update && apt-get install -y make libssl-dev binutils libgcc-9-dev
RUN git clone --depth 1 https://chromium.googlesource.com/chromiumos/third_party/tpm2
WORKDIR tpm2
RUN cp /src/tpm2/fuzz/build.sh /src/