Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 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 | 1aa3e5681979 |
comparison
equal
deleted
inserted
replaced
| 8114:7c68aace7e48 | 8115:61ffdc71cf46 |
|---|---|
| 21 | 21 |
| 22 # Internal settings that are for advanced users to override. | 22 # Internal settings that are for advanced users to override. |
| 23 | 23 |
| 24 # parameterize the sha256 sum to pin version of python:3-alpine | 24 # parameterize the sha256 sum to pin version of python:3-alpine |
| 25 # Must use the same version in both build stages. | 25 # Must use the same version in both build stages. |
| 26 ARG SHA256=ff870bf7c2bb546419aaea570f0a1c28c8103b78743a2b8030e9e97391ddf81b | 26 ARG SHA256=7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 |
| 27 | 27 |
| 28 | 28 |
| 29 # Set to any non-empy value to enable shell debugging for troubleshooting | 29 # Set to any non-empy value to enable shell debugging for troubleshooting |
| 30 ARG VERBOSE= | 30 ARG VERBOSE= |
| 31 | 31 |
