Upgrade circl's base image (#9605)

This commit is contained in:
jonathanmetzman 2023-02-06 18:31:53 -05:00 committed by GitHub
parent d101ed562a
commit 533df2c728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -14,13 +14,11 @@
# #
################################################################################ ################################################################################
# Held back because of github.com/google/oss-fuzz/pull/8313 FROM gcr.io/oss-fuzz-base/base-builder-go
# Please fix failure and upgrade.
FROM gcr.io/oss-fuzz-base/base-builder-go@sha256:b602c177fc34e8237e7a8a6211dc6e2a9570477e6c74c8d379ddab6961b8f39c
ENV GO111MODULE off 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/guidovranken/cryptofuzz
RUN git clone --depth 1 https://github.com/randombit/botan.git RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN git clone --depth 1 https://github.com/supranational/blst.git RUN git clone --depth 1 https://github.com/supranational/blst.git