diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-10-29 14:48:33 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-04 11:01:54 -0600 |
| commit | da7942de29f7f033a676a099335b16ca9b0226ab (patch) | |
| tree | f69a2c0c0bb707e1ae86d3954d771de8f55596fe /tools | |
| parent | 7babc31ddfdd4df89d2ad924833ac0173b1004bd (diff) | |
Dockerfile: remove Python 2.7
We don't use Python 2 anywhere. Remove the package from our Docker image.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/docker/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index a952df86372..5d2f6375e36 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -120,7 +120,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ parted \ pkg-config \ python-is-python3 \ - python2.7 \ python3 \ python3-cryptography \ python3-dev \ |
