Skip to content

Commit

Permalink
chore: update to newest 3.12 alpine image
Browse files Browse the repository at this point in the history
Also had to add setuptools to requirements.txt. Apparently not a part
of the base image anymore.
  • Loading branch information
rouilj committed Sep 26, 2024
1 parent 8b2d7fd commit ef2f430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG source=local

# 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
Expand Down
2 changes: 2 additions & 0 deletions scripts/Docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# setuptools required for installation - missing from newer base images
setuptools
# human timezones
pytz
# indexer
Expand Down

0 comments on commit ef2f430

Please sign in to comment.