diff --git a/ci/ubuntu-20.04/Dockerfile b/ci/ubuntu-20.04/Dockerfile index 257c7b9a..ad231ecd 100644 --- a/ci/ubuntu-20.04/Dockerfile +++ b/ci/ubuntu-20.04/Dockerfile @@ -12,7 +12,8 @@ RUN apt-get update && apt-get -y install \ git \ libssl-dev \ make \ - python3.9 \ - python3-dev \ + python3 \ + python3.9-dev \ + python3-distutils \ && apt autoclean \ && rm -rf /var/lib/apt/lists/*