diff --git a/.cicd/platforms/ubuntu20.Dockerfile b/.cicd/platforms/ubuntu20.Dockerfile index f87b4beb82..6a097ac44e 100644 --- a/.cicd/platforms/ubuntu20.Dockerfile +++ b/.cicd/platforms/ubuntu20.Dockerfile @@ -7,4 +7,4 @@ RUN apt-get update && apt-get upgrade -y && \ ninja-build \ python3 \ pkg-config \ - libcurl4 + libcurl4-openssl-dev diff --git a/.cicd/platforms/ubuntu22.Dockerfile b/.cicd/platforms/ubuntu22.Dockerfile index 8228ba6609..37aaad0c56 100644 --- a/.cicd/platforms/ubuntu22.Dockerfile +++ b/.cicd/platforms/ubuntu22.Dockerfile @@ -7,4 +7,4 @@ RUN apt-get update && apt-get upgrade -y && \ ninja-build \ python3 \ pkg-config \ - libcurl4 + libcurl4-openssl-dev