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 \