From beb7b5bbbf20d3750a13a18686085f5c8a5ca58d Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 4 Dec 2024 12:19:17 -0700 Subject: [PATCH] CI: Install python 3.9 on ubuntu 20 --- ci/ubuntu-20.04/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/ubuntu-20.04/Dockerfile b/ci/ubuntu-20.04/Dockerfile index 31e60690c7..a643242370 100644 --- a/ci/ubuntu-20.04/Dockerfile +++ b/ci/ubuntu-20.04/Dockerfile @@ -25,8 +25,8 @@ RUN apt-get update && apt-get -y install \ libssl-dev \ libzmq3-dev \ make \ - python3 \ - python3-dev \ + python3.9 \ + python3.9-dev \ python3-pip\ ruby \ sqlite3 \