Skip to content

Commit

Permalink
Make this work on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Dec 11, 2023
1 parent 8289b60 commit 6a3ef5c
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
Expand Up @@ -52,7 +52,7 @@ COPY src/ src/

RUN :\
apk update &&\
apk add --quiet --virtual build-env gcc musl-dev &&\
apk add --quiet --virtual build-env gcc musl-dev libffi-dev &&\
cd /app &&\
pip install --quiet . &&\
apk del --quiet build-env &&\
Expand Down

0 comments on commit 6a3ef5c

Please sign in to comment.