Skip to content

Commit

Permalink
Strange how different ARCHS fail when others pass?!
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Jun 21, 2024
1 parent 9edebe8 commit c32d1fc
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 libffi-dev
RUN apk add --no-cache python3-dev bash gcc build-base libffi-dev openssl-dev

# Python Deps, per module (tmp)
COPY dns/requirements.txt /tmp/dns.requirements.txt
Expand Down

0 comments on commit c32d1fc

Please sign in to comment.