Skip to content

Commit

Permalink
Weird cffi build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Jun 21, 2024
1 parent 1e81bf6 commit 9edebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homedetector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9edebe8

Please sign in to comment.