We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2d7fd commit ef2f430Copy full SHA for ef2f430
scripts/Docker/Dockerfile
@@ -23,7 +23,7 @@ ARG source=local
23
24
# parameterize the sha256 sum to pin version of python:3-alpine
25
# Must use the same version in both build stages.
26
-ARG SHA256=ff870bf7c2bb546419aaea570f0a1c28c8103b78743a2b8030e9e97391ddf81b
+ARG SHA256=7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4
27
28
29
# Set to any non-empy value to enable shell debugging for troubleshooting
scripts/Docker/requirements.txt
@@ -1,3 +1,5 @@
1
+# setuptools required for installation - missing from newer base images
2
+setuptools
3
# human timezones
4
pytz
5
# indexer
0 commit comments