File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
3030# Common setup
3131export DEBIAN_FRONTEND=noninteractive
3232apt-get -qq update
33- apt-get -qq -y install curl libtinfo5 zlib1g-dev >/dev/null
33+ apt-get -qq -y install curl libtinfo5 libxml2 zlib1g-dev >/dev/null
3434# The above command gives some verbose output that can not be silenced easily.
3535# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
3636
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
3030# Common setup
3131export DEBIAN_FRONTEND=noninteractive
3232apt-get -qq update
33- apt-get -qq -y install curl libtinfo5 zlib1g-dev >/dev/null
33+ apt-get -qq -y install curl libtinfo5 libxml2 zlib1g-dev >/dev/null
3434# The above command gives some verbose output that can not be silenced easily.
3535# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
3636
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ docker build --platform=linux/amd64 --pull --tag=bazel-docker-sandbox - <<-EOF
4040 FROM ${base_image}
4141 ENV DEBIAN_FRONTEND=noninteractive
4242 RUN apt-get -qq update && \
43- apt-get -qq -y install libtinfo5 zlib1g-dev libxml2
43+ apt-get -qq -y install libtinfo5 libxml2 zlib1g-dev libxml2
4444EOF
4545
4646build_args=(
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
3030# Common setup
3131export DEBIAN_FRONTEND=noninteractive
3232apt-get -qq update
33- apt-get -qq -y install apt-utils curl libtinfo5 pkg-config zlib1g-dev >/dev/null
33+ apt-get -qq -y install apt-utils curl libtinfo5 libxml2 pkg-config zlib1g-dev >/dev/null
3434# The above command gives some verbose output that can not be silenced easily.
3535# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
3636
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
3030# Common setup
3131export DEBIAN_FRONTEND=noninteractive
3232apt-get -qq update
33- apt-get -qq -y install curl libtinfo5 zlib1g-dev >/dev/null
33+ apt-get -qq -y install curl libtinfo5 libxml2 zlib1g-dev >/dev/null
3434# The above command gives some verbose output that can not be silenced easily.
3535# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
3636
You can’t perform that action at this time.
0 commit comments