diff --git a/Dockerfile b/Dockerfile index 5a68294..e4d04c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3-alpine WORKDIR /app # Install dependencies -RUN pip install --no-cache-dir flask requests werkzeug +RUN pip install --no-cache-dir flask requests werkzeug httpx # Copy files COPY . /app/