Skip to content

Commit

Permalink
dockerfile add pillow dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Dec 22, 2023
1 parent 33ae8ae commit 8a5fa98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM python:3.10-alpine
WORKDIR /app
COPY requirements.txt .

RUN apk add -u zlib-dev jpeg-dev gcc musl-dev
RUN pip3 install -r requirements.txt

COPY . .
Expand Down

0 comments on commit 8a5fa98

Please sign in to comment.