From fb56ec8825a1311ab686450ef5816e0732d36f75 Mon Sep 17 00:00:00 2001 From: William Stearns Date: Thu, 12 Sep 2024 11:23:03 -0400 Subject: [PATCH] Remove maxmind support (never used) --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75e5e6a..a6700a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ ARG BUILD_PROCS=4 RUN apk add --no-cache zlib openssl libstdc++ libpcap libgcc RUN apk add --no-cache -t .build-deps \ bsd-compat-headers \ - libmaxminddb-dev \ linux-headers \ openssl-dev \ libpcap-dev \ @@ -69,7 +68,7 @@ FROM alpine AS final # util-linux provides taskset command needed to pin CPUs # py3-pip and git are needed for zeek's package manager RUN apk --no-cache add \ - ca-certificates zlib openssl libstdc++ libpcap libmaxminddb libgcc fts krb5-libs \ + ca-certificates zlib openssl libstdc++ libpcap libgcc fts krb5-libs \ python3 bash \ ethtool \ util-linux \