Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jun 28, 2024
1 parent a328560 commit a1763c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ LABEL name="Comet" \
# This is to prevent Python from buffering stdout and stderr
ENV PYTHONUNBUFFERED=1

# Fix python-alpine gcc
RUN apk add --no-cache \
gcc \
musl-dev \
libffi-dev \
make

# Install Poetry
RUN pip install poetry

Expand Down

0 comments on commit a1763c2

Please sign in to comment.