From c697c5970d6f007233188aa54b930de57c2c3133 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Wed, 15 Sep 2021 15:39:15 +0100 Subject: [PATCH] assimp: switch to new base builder (#6448) --- projects/assimp/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/projects/assimp/Dockerfile b/projects/assimp/Dockerfile index 469f307ec..cf7ccd6e8 100644 --- a/projects/assimp/Dockerfile +++ b/projects/assimp/Dockerfile @@ -14,11 +14,7 @@ # ################################################################################ -# Using Ubuntu 16.04 because of breakage on Ubuntu 20.04. -# See https://github.com/google/oss-fuzz/issues/6291 for more details. -FROM gcr.io/oss-fuzz-base/base-builder:xenial -# Delete line above and uncomment line below to upgrade to 20.04. -# FROM gcr.io/oss-fuzz-base/base-builder +FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y cmake ninja-build RUN git clone --depth 1 --recursive https://github.com/assimp/assimp.git WORKDIR assimp