From 177eaca9202a30372c1e2d347d667cb7314522d5 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 2 Apr 2021 16:21:37 -0500 Subject: [PATCH] [libjpeg-turbo] Remove unneeded pkg in Dockerfile (#5574) Installing the i386 libstdc++ SDK was part of a failed effort to fix the i386 fuzz targets. They have been fixed in a different way. --- projects/libjpeg-turbo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libjpeg-turbo/Dockerfile b/projects/libjpeg-turbo/Dockerfile index 49d8c7be1..74f1249f9 100644 --- a/projects/libjpeg-turbo/Dockerfile +++ b/projects/libjpeg-turbo/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y make yasm cmake libstdc++-5-dev:i386 +RUN apt-get update && apt-get install -y make yasm cmake RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo RUN git clone --depth 1 https://github.com/libjpeg-turbo/seed-corpora