Skip to content

Commit

Permalink
fix: add necessary build tools & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed May 21, 2024
1 parent c565f85 commit f436859
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM python:3.10-alpine3.19

WORKDIR /

# Install necessary build tools and dependencies
RUN apk add --no-cache gcc musl-dev libffi-dev python3-dev py3-setuptools

RUN pip3 install poetry

COPY poetry.lock /
Expand Down

0 comments on commit f436859

Please sign in to comment.