Skip to content

Commit ef2f430

Browse files
committed
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.
1 parent 8b2d7fd commit ef2f430

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG source=local
2323

2424
# parameterize the sha256 sum to pin version of python:3-alpine
2525
# Must use the same version in both build stages.
26-
ARG SHA256=ff870bf7c2bb546419aaea570f0a1c28c8103b78743a2b8030e9e97391ddf81b
26+
ARG SHA256=7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4
2727

2828

2929
# Set to any non-empy value to enable shell debugging for troubleshooting

scripts/Docker/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# setuptools required for installation - missing from newer base images
2+
setuptools
13
# human timezones
24
pytz
35
# indexer

0 commit comments

Comments
 (0)