diff --git a/.sync/containers/Ubuntu-22/Dockerfile b/.sync/containers/Ubuntu-22/Dockerfile index c25da44b..170e9ac9 100644 --- a/.sync/containers/Ubuntu-22/Dockerfile +++ b/.sync/containers/Ubuntu-22/Dockerfile @@ -70,7 +70,6 @@ RUN apt-get update && \ apt-get update && \ apt-get install --yes --no-install-recommends \ {% endraw %}python{{ sync_version.python_version }}{% raw %} \ - {% endraw %}python{{ sync_version.python_version }}{% raw %}-distutils \ {% endraw %}python{{ sync_version.python_version }}{% raw %}-venv \ g++-${GCC_MAJOR_VERSION} gcc-${GCC_MAJOR_VERSION} \ gcc-${GCC_MAJOR_VERSION}-x86-64-linux-gnux32 \ diff --git a/Containers/Ubuntu-22/Dockerfile b/Containers/Ubuntu-22/Dockerfile index f0da81f7..aa52f08e 100644 --- a/Containers/Ubuntu-22/Dockerfile +++ b/Containers/Ubuntu-22/Dockerfile @@ -67,7 +67,6 @@ RUN apt-get update && \ apt-get update && \ apt-get install --yes --no-install-recommends \ python3.12 \ - python3.12-distutils \ python3.12-venv \ g++-${GCC_MAJOR_VERSION} gcc-${GCC_MAJOR_VERSION} \ gcc-${GCC_MAJOR_VERSION}-x86-64-linux-gnux32 \