Skip to content

Commit

Permalink
Add missing libffi
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Dec 22, 2023
1 parent 3360848 commit d20c2fa
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 @@ -11,7 +11,7 @@ WORKDIR /home/modmail

FROM base as poetry

RUN apk add build-base && \
RUN apk add build-base libffi-dev && \
pip install -U poetry
COPY --chown=modmail:modmail poetry.lock pyproject.toml /home/modmail/
RUN python -m poetry export -o requirements.txt
Expand Down

0 comments on commit d20c2fa

Please sign in to comment.