diff --git a/homedetector/Dockerfile b/homedetector/Dockerfile index d40e95d..68ddda4 100644 --- a/homedetector/Dockerfile +++ b/homedetector/Dockerfile @@ -4,7 +4,7 @@ FROM $BUILD_FROM # DNS Listener APKs RUN apk add --no-cache python3 py3-pip py3-virtualenv # OpenCanary APKs -RUN apk add --no-cache python3-dev bash gcc build-base +RUN apk add --no-cache python3-dev bash gcc build-base libffi-dev # Python Deps, per module (tmp) COPY dns/requirements.txt /tmp/dns.requirements.txt