Commit 0ea7f55a authored by John DiSanti's avatar John DiSanti
Browse files

Attempt to fix example compile

parent 83ed2ad0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@ RUN cargo +${rust_nightly_version} -Z sparse-registry install mdbook-mermaid --l
#
# Final image
#
# `clang-libs` needed by SDK examples for `libxlsxwriter-sys`
FROM bare_base_image AS final_image
ARG rust_stable_version
ARG rust_nightly_version
@@ -155,6 +156,7 @@ RUN set -eux; \
    yum -y install \
        bc \
        ca-certificates \
        clang-libs \
        gcc \
        git \
        java-11-amazon-corretto-headless \