diff --git a/Dockerfile b/Dockerfile index 58177d8..0cbfeb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM python:3.13-slim -# update to force change RUN apt-get update && \ apt-get install -y --no-install-recommends ca-certificates && \