diff --git a/Dockerfile b/Dockerfile index 53c73f4..b052d97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \ libpcap-dev \ libjson-c-dev \ pkg-config \ + autoconf \ + automake \ + libtool \ && rm -rf /var/lib/apt/lists/* # Build and install nDPI