File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
30
30
# Common setup
31
31
export DEBIAN_FRONTEND=noninteractive
32
32
apt-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
34
34
# The above command gives some verbose output that can not be silenced easily.
35
35
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
30
30
# Common setup
31
31
export DEBIAN_FRONTEND=noninteractive
32
32
apt-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
34
34
# The above command gives some verbose output that can not be silenced easily.
35
35
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
36
36
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
40
40
FROM ${base_image}
41
41
ENV DEBIAN_FRONTEND=noninteractive
42
42
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
44
44
EOF
45
45
46
46
build_args=(
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
30
30
# Common setup
31
31
export DEBIAN_FRONTEND=noninteractive
32
32
apt-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
34
34
# The above command gives some verbose output that can not be silenced easily.
35
35
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set -exuo pipefail
30
30
# Common setup
31
31
export DEBIAN_FRONTEND=noninteractive
32
32
apt-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
34
34
# The above command gives some verbose output that can not be silenced easily.
35
35
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288778
36
36
You can’t perform that action at this time.
0 commit comments