ci: remove unnecessary packages from clusterfuzzlite

as they were only used on oss-fuzz to build the corpus, and here
we reuse oss-fuzz public corpus
pull/13817/head
Philippe Antoine 2 months ago committed by Victor Julien
parent 17e7387ff4
commit 74284b2ca9

@ -1,5 +1,5 @@
FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN apt-get update && apt-get install -y build-essential autoconf automake libtool make pkg-config python flex bison zlib1g-dev libpcre3-dev cmake tshark
RUN apt-get update && apt-get install -y build-essential autoconf automake libtool make pkg-config flex bison zlib1g-dev libpcre3-dev cmake
# TODO libmagic, liblzma and other optional libraries
ADD https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.gz pcre2-10.44.tar.gz

Loading…
Cancel
Save