imageio: fix build (#6906)

* imageio: fix build

* add maintainer email
This commit is contained in:
DavidKorczynski 2021-11-28 19:45:19 +00:00 committed by GitHub
parent c20e259746
commit c09f6db40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,9 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-python
RUN apt update && apt-get install -y zlib1g-dev libjpeg8-dev
RUN pip3 install cython numpy
RUN git clone https://github.com/imageio/imageio
COPY build.sh $SRC/

View File

@ -2,6 +2,7 @@ homepage: "https://imageio.github.io"
language: python
primary_contact: "almar.klein@gmail.com"
auto_ccs:
- "sebastian@wallkoetter.net"
- "david@adalogics.com"
fuzzing_engines:
- libfuzzer