From 62a7fb09900996434e51f32eb7a0613b90e889d8 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Tue, 9 Jan 2024 16:15:35 -0500 Subject: [PATCH] install python in docker image --- build/ci/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/ci/Dockerfile b/build/ci/Dockerfile index 5e541f6f6..4c9d62935 100644 --- a/build/ci/Dockerfile +++ b/build/ci/Dockerfile @@ -24,6 +24,9 @@ RUN \ libxss1\ libasound2\ libxtst6\ + python3\ + python-is-python3\ + python3-pip\ xauth\ xvfb\ # The following are required for tooling