1
0
Fork 0

Adding upstream version 3.3.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:44:03 +01:00
parent 05acda6fb8
commit dc2cdb17e0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 32 additions and 14 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:jammy
RUN : \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@ -11,4 +11,4 @@ RUN : \
ENV LANG=C.UTF-8 PATH=/venv/bin:$PATH
RUN : \
&& python3 -mvenv /venv \
&& pip install --no-cache-dir pip setuptools wheel no-manylinux --upgrade
&& pip install --no-cache-dir pip distlib no-manylinux --upgrade