From c47a21c1c8525c95caf9d635f13100d6ceebacc4 Mon Sep 17 00:00:00 2001 From: Darien Weems Date: Tue, 26 Aug 2025 16:00:49 -0400 Subject: [PATCH] apt update --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3992a42..57054b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN echo "**** install Python 3.12 ****" && \ python3.12 \ python3.12-dev \ python3.12-venv && \ + apt update && \ apt install yq -y && \ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \ update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \