Skip to content

Commit

Permalink
Merge pull request #14 from jayakasadev/DPLATFORMS-380
Browse files Browse the repository at this point in the history
DPLATFORMS-380: install libxml2 for hermetic clang toolchain
  • Loading branch information
yuzhouliu9 authored Jan 27, 2025
2 parents 7e8e634 + 50552b8 commit c78ff72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN apt-get update && apt-get install -y \
git \
unzip \
wget \
zip
zip \
libxml2

RUN wget -qO ${BAZELISK_PATH} https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-linux-${ARCH} \
&& chmod +x ${BAZELISK_PATH} \
Expand Down

0 comments on commit c78ff72

Please sign in to comment.