From 2344b76b766468eaf2276bc5aa187a3495d1c688 Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Tue, 28 Jan 2025 17:11:51 +0100 Subject: [PATCH] [update] Setuptools in lite-based images --- CHANGELOG.md | 5 +++++ lite/Dockerfile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a002799..9352698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.49.0] - 2025-??-?? + +### Changed + - Update version of setuptools + ## [3.48.0] - 2025-01-27 ### Changed diff --git a/lite/Dockerfile b/lite/Dockerfile index 6e52710..471f20e 100644 --- a/lite/Dockerfile +++ b/lite/Dockerfile @@ -30,7 +30,7 @@ RUN apk add \ # Install pip and wheel RUN python3 -m ensurepip --upgrade \ - && pip3 install --upgrade pip \ + && pip3 install --upgrade pip setuptools \ && pip3 install wheel # lcov is only present in the community repository of the edge branch but its perl-json-xs