diff --git a/Dockerfile b/Dockerfile index 3636afb..2d17a23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.13-slim-bookworm # Install system dependencies RUN apt-get update \ && apt-get upgrade -y \ - && apt-get install -y sqlite3 --no-install-recommends \ + && apt-get install -y sqlite3 curl --no-install-recommends \ && rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man \ && apt-get clean