Skip to content

Commit a61c568

Browse files
committed
Install python-venv instead of distutils
The distutils package was removed in Python 3.12 but we can use the python-venv package instead. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ac0bbc3 commit a61c568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/containers/nox-cross-arch/arm64-ubuntu-20.04-python.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update -y && \
1919
curl \
2020
git \
2121
python${PYTHON_VERSION} \
22-
python${PYTHON_VERSION}-distutils && \
22+
python${PYTHON_VERSION}-venv && \
2323
apt-get clean && \
2424
rm -rf /var/lib/apt/lists/*
2525

0 commit comments

Comments
 (0)