Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Jun 29, 2024
1 parent 63b00d1 commit c9d2a3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ ENV PYTHONUNBUFFERED=1 \
FORCE_COLOR=1 \
TERM=xterm-256color

RUN apk add --no-cache gcc
RUN apk add --no-cache \
gcc \
libffi-dev

RUN pip install poetry
COPY . .
Expand Down

0 comments on commit c9d2a3f

Please sign in to comment.