chore: Add python3 to images (#5660)

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2025-06-16 11:05:44 +02:00 committed by GitHub
parent 912c8eff04
commit 87d18ad951
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ RUN apt-get update && \
curl libssl-dev \
git \
git-lfs \
unzip upx-ucl && \
unzip upx-ucl python3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*