diff --git a/Dockerfile b/Dockerfile index 3de35681..afecc656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . $SRC_DIR WORKDIR $SRC_DIR RUN apk add --update ca-certificates -RUN apk add --no-cache --update bash iptables build-base libpcap-dev +RUN apk add --no-cache --update bash iptables build-base libpcap-dev python # As Alpine Linux uses a different folder, we need this # ugly hack in order to compile gopacket statically