diff --git a/Dockerfile b/Dockerfile index 76785dd..9cdddc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM python:3.11-slim-buster +FROM python:3.11-slim-bullseye # Install system dependencies RUN apt-get update && \ - apt-get install -y build-essential && \ + apt-get install -y build-essential curl && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*