From 533df2c7287409df38fd8ceb6724c7edc2274da5 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:31:53 -0500 Subject: [PATCH] Upgrade circl's base image (#9605) --- projects/circl/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/circl/Dockerfile b/projects/circl/Dockerfile index 3e411812a..ff06b503c 100644 --- a/projects/circl/Dockerfile +++ b/projects/circl/Dockerfile @@ -14,13 +14,11 @@ # ################################################################################ -# Held back because of github.com/google/oss-fuzz/pull/8313 -# Please fix failure and upgrade. -FROM gcr.io/oss-fuzz-base/base-builder-go@sha256:b602c177fc34e8237e7a8a6211dc6e2a9570477e6c74c8d379ddab6961b8f39c +FROM gcr.io/oss-fuzz-base/base-builder-go ENV GO111MODULE off -RUN apt-get update && apt-get install -y make autoconf automake libtool wget +RUN apt-get update && apt-get install -y make autoconf automake libtool wget python RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz RUN git clone --depth 1 https://github.com/randombit/botan.git RUN git clone --depth 1 https://github.com/supranational/blst.git