From 313d43ce8fae6c2063c79c75b9b329eda67ad6ca Mon Sep 17 00:00:00 2001
From: SAM CARPENTER <sam.carpenter@wisc.edu>
Date: Fri, 19 Apr 2024 11:04:20 -0500
Subject: [PATCH] please work

---
 Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 5849568..4f86931 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,9 @@ unzip \
 wget \
 libidn11
 
-RUN apt install -y python3
+RUN apt install -y --break-system-packages python3
+
+RUN python3 --version
 
 # set 'python' command to refer to python3
 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
-- 
GitLab