diff --git a/Dockerfile b/Dockerfile index 0f43832b..85f4d6a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .