]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: remove unnecessary packages from clusterfuzzlite
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 4 Sep 2025 07:43:38 +0000 (09:43 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 8 Sep 2025 16:47:14 +0000 (18:47 +0200)
as they were only used on oss-fuzz to build the corpus, and here
we reuse oss-fuzz public corpus

.clusterfuzzlite/Dockerfile

index 24fa3a1ffd7a5341df8adc23289ab12ab2d8e397..0bbf79458e70f468d2ffe606b4cb79a0f8325f9c 100644 (file)
@@ -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