Skip to content

Commit

Permalink
Attempt to fix clang issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Aug 18, 2023
1 parent 084d5d2 commit 70c328f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ RUN cargo +${rust_nightly_version} -Z sparse-registry install mdbook-mermaid --l
#
# Final image
#
# `clang-libs` needed by SDK examples for `libxlsxwriter-sys`
# `clang` needed by SDK examples for `libxlsxwriter-sys`
FROM bare_base_image AS final_image
ARG rust_stable_version
ARG rust_nightly_version
RUN set -eux; \
yum -y install \
bc \
ca-certificates \
clang-libs \
clang \
gcc \
git \
java-11-amazon-corretto-headless \
Expand Down

0 comments on commit 70c328f

Please sign in to comment.