diff --git a/Dockerfile b/Dockerfile index 298ef66..df20b67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,9 @@ RUN pip install --no-cache-dir \ fastapi \ uvicorn \ httpx \ - pyyaml + pyyaml \ + pillow \ + python-multipart COPY main.py worker.py db.py config.py ./ COPY routes/ routes/