From e3a5347d434cf5856c52a1aab0089ed1186f5128 Mon Sep 17 00:00:00 2001 From: Rahul Vats Date: Sat, 30 Dec 2023 14:22:06 +0530 Subject: [PATCH] adding libxml2-dev libxslt-dev zlib1g-dev packages --- .circleci/integration-tests/Dockerfile.astro_cloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index b90b420d6..f32632d27 100644 --- a/.circleci/integration-tests/Dockerfile.astro_cloud +++ b/.circleci/integration-tests/Dockerfile.astro_cloud @@ -9,7 +9,7 @@ USER root RUN apt-get update -y \ && apt-get install -y software-properties-common \ && apt-get install -y wget procps gnupg2 \ - && libxml2-dev libxslt-dev zlib1g-dev + && apt-get install -y build-essential libxml2-dev libxslt-dev zlib1g-dev # Install openjdk-8 RUN apt-add-repository 'deb http://archive.debian.org/debian stretch main' \