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