From c80da5c730db27f249051f273fc5fd74621db036 Mon Sep 17 00:00:00 2001
From: SAM CARPENTER <sam.carpenter@wisc.edu>
Date: Fri, 19 Apr 2024 10:59:57 -0500
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index d5b9374..5849568 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,8 +35,9 @@ tzdata \
 unixodbc \
 unzip \
 wget \
-libidn11 \
-python3
+libidn11
+
+RUN apt install -y python3
 
 # set 'python' command to refer to python3
 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
-- 
GitLab