changeset 8115:61ffdc71cf46

chore: update to newest 3.12 alpine image Also had to add setuptools to requirements.txt. Apparently not a part of the base image anymore.
author John Rouillard <rouilj@ieee.org>
date Thu, 26 Sep 2024 00:34:54 -0400
parents 7c68aace7e48
children d4fbfc6a7662
files scripts/Docker/Dockerfile scripts/Docker/requirements.txt
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile	Wed Sep 25 22:15:38 2024 -0400
+++ b/scripts/Docker/Dockerfile	Thu Sep 26 00:34:54 2024 -0400
@@ -23,7 +23,7 @@
 
 # parameterize the sha256 sum to pin version of python:3-alpine
 # Must use the same version in both build stages.
-ARG SHA256=ff870bf7c2bb546419aaea570f0a1c28c8103b78743a2b8030e9e97391ddf81b
+ARG SHA256=7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4
 
 
 # Set to any non-empy value to enable shell debugging for troubleshooting
--- a/scripts/Docker/requirements.txt	Wed Sep 25 22:15:38 2024 -0400
+++ b/scripts/Docker/requirements.txt	Thu Sep 26 00:34:54 2024 -0400
@@ -1,3 +1,5 @@
+# setuptools required for installation - missing from newer base images
+setuptools
 # human timezones
 pytz
 # indexer

Roundup Issue Tracker: http://roundup-tracker.org/