diff --git a/Dockerfile b/Dockerfile index 0022de8..5af8b2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM python:3.13-slim +# Another change for a full test RUN apt-get update && \ apt-get install -y --no-install-recommends git ca-certificates && \