From 9edebe8a2ece041290a31301afb261ff53bd4ed8 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 21 Jun 2024 18:45:48 +0100 Subject: [PATCH] Weird cffi build issue --- homedetector/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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