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