Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding packages libxml2,libxslt, zlib1g-dev #1409

Closed
wants to merge 9 commits into from
3 changes: 2 additions & 1 deletion .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down