diff --git a/Dockerfile b/Dockerfile index 3e4b8e7..92d366b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.12-slim -RUN apt-get update && apt-get install -y --no-install-recommends docker-cli \ +RUN apt-get update && apt-get install -y --no-install-recommends docker-cli openssl \ && rm -rf /var/lib/apt/lists/* WORKDIR /app RUN pip install --no-cache-dir flask requests