Skip to content

Commit

Permalink
Fix dependencies for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jul 14, 2024
1 parent 71b4697 commit ff67992
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 @@ -3,6 +3,9 @@ FROM python:3.11-alpine
COPY . /app
WORKDIR /app

# Setup dependencies
RUN apk add --no-cache jpeg-dev zlib-dev build-base python3-dev freetype-dev

# Install mangadex-downloader
RUN pip install --upgrade pip
RUN pip install .
Expand Down

0 comments on commit ff67992

Please sign in to comment.