From 8d79816e1f8b041fbe477a5b68a7dd7aedc4a7d2 Mon Sep 17 00:00:00 2001 From: Christopher Butler Date: Thu, 11 Sep 2025 14:56:58 -0400 Subject: [PATCH] update dockerfile for test --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5af8b2c..0022de8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ 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 && \