From 33640d0f2bd9a4e9aa93238597ab5dd8f994dfcc Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Wed, 23 Oct 2024 20:22:36 -0400 Subject: [PATCH] Dockerfile: PR local changes for testing --- Containers/Ubuntu-22/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 \