diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index b89185b8d..f32632d27 100644 --- a/.circleci/integration-tests/Dockerfile.astro_cloud +++ b/.circleci/integration-tests/Dockerfile.astro_cloud @@ -8,7 +8,8 @@ USER root RUN apt-get update -y \ && apt-get install -y software-properties-common \ - && apt-get install -y wget procps gnupg2 + && apt-get install -y wget procps gnupg2 \ + && 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' \