From 4935e1454cf175d8730a6599af2aedf2df7416ce Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Sun, 8 Feb 2026 19:12:44 +0000 Subject: [PATCH] nfstream: fix build --- projects/nfstream/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/nfstream/Dockerfile b/projects/nfstream/Dockerfile index a9f11f98fd84..f4df6466cb00 100644 --- a/projects/nfstream/Dockerfile +++ b/projects/nfstream/Dockerfile @@ -17,7 +17,7 @@ FROM gcr.io/oss-fuzz-base/base-builder-python RUN apt-get update RUN apt-get install -y python3-dev autoconf automake libtool pkg-config flex bison gettext libjson-c-dev libpcap-dev -RUN apt-get install -y libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev libffi-dev python-dev +RUN apt-get install -y libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev libffi-dev python3-dev RUN python3 -m pip install --upgrade pip RUN git clone --recurse-submodules https://github.com/nfstream/nfstream.git WORKDIR nfstream