[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.
This commit is contained in:
DRC 2021-04-02 16:21:37 -05:00 committed by GitHub
parent da812b19f2
commit 177eaca920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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