diff --git a/Containers/Ubuntu-22/Dockerfile b/Containers/Ubuntu-22/Dockerfile index 2206a919..a76582c1 100644 --- a/Containers/Ubuntu-22/Dockerfile +++ b/Containers/Ubuntu-22/Dockerfile @@ -39,6 +39,8 @@ ENV TZ=UTC # the .local/bin directory to the path which will be used by pip. ENV PATH $PATH:/home/vsts_azpcontainer/.local/bin +RUN sudo yes | sudo add-apt-repository ppa:deadsnakes/ppa -y + RUN apt-get update && \ apt-get install --yes --no-install-recommends \ bison \ @@ -53,9 +55,9 @@ RUN apt-get update && \ mono-complete \ nasm \ npm \ - python3 \ - python3-pip \ - python3-venv \ + python3.12 \ + python3.12-pip \ + python3.12-venv \ software-properties-common \ sudo \ unzip \