Skip to content

Commit

Permalink
Added libffi to fix armv7 builds
Browse files Browse the repository at this point in the history
Thanks @spyder007
  • Loading branch information
Donkie committed Apr 1, 2024
1 parent e6aa803 commit db18a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-alpine as python-builder

RUN apk add --no-cache g++ python3-dev libpq-dev libstdc++ shadow
RUN apk add --no-cache g++ python3-dev libpq-dev libstdc++ shadow libffi-dev

# Add local user so we don't run as root
RUN groupmod -g 1000 users \
Expand Down

0 comments on commit db18a5f

Please sign in to comment.