From 32614bf8a9c79fc379e83c23d73d7d2260d2e372 Mon Sep 17 00:00:00 2001 From: Dmytro Sydorchenko Date: Tue, 14 Mar 2023 20:50:34 -0400 Subject: [PATCH] install step fix --- .cicd/platforms/ubuntu20.Dockerfile | 3 ++- .cicd/platforms/ubuntu22.Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.cicd/platforms/ubuntu20.Dockerfile b/.cicd/platforms/ubuntu20.Dockerfile index dd1de23028..f45f526e5f 100644 --- a/.cicd/platforms/ubuntu20.Dockerfile +++ b/.cicd/platforms/ubuntu20.Dockerfile @@ -6,4 +6,5 @@ RUN apt-get update && apt-get upgrade -y && \ git \ ninja-build \ python3 \ - pkg-config + pkg-config \ + libcurl diff --git a/.cicd/platforms/ubuntu22.Dockerfile b/.cicd/platforms/ubuntu22.Dockerfile index 079e005564..73747f66b1 100644 --- a/.cicd/platforms/ubuntu22.Dockerfile +++ b/.cicd/platforms/ubuntu22.Dockerfile @@ -6,4 +6,5 @@ RUN apt-get update && apt-get upgrade -y && \ git \ ninja-build \ python3 \ - pkg-config + pkg-config \ + libcurl