aboutsummaryrefslogtreecommitdiff
path: root/projects/suricata
diff options
context:
space:
mode:
authorCatena cyber <35799796+catenacyber@users.noreply.github.com>2021-09-02 21:06:47 +0200
committerGitHub <noreply@github.com>2021-09-02 12:06:47 -0700
commit3ae0d9fe148e18064cd8b361e2a21deb0dbc637f (patch)
treefd1506c09b285f9f404cf61f11a686e5eac03539 /projects/suricata
parent4431a34a65c1720c8a5f14e4263bb314ea883b3c (diff)
downloadoss-fuzz-3ae0d9fe148e18064cd8b361e2a21deb0dbc637f.tar.gz
Fixes ecc-diff-fuzzer with new base-builder (#6383)
* Fixes ecc-diff-fuzzer with new base-builder Needing both rust and golang * Move suricata to base-builder-rust As it uses both C and rust
Diffstat (limited to 'projects/suricata')
-rw-r--r--projects/suricata/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/suricata/Dockerfile b/projects/suricata/Dockerfile
index 837a8892d..964c39498 100644
--- a/projects/suricata/Dockerfile
+++ b/projects/suricata/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+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
# TODO libmagic, liblzma and other optional libraries