Skip to content

Commit

Permalink
fix: add xmlsec1 openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Jul 15, 2024
1 parent 2f43052 commit 24f2b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN --mount=type=secret,id=rh_username \
RUN subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms

RUN yum update -y && \
yum install -y libxml2-devel xmlsec1-devel clang llvm-devel cmake libtool-ltdl-devel
yum install -y libxml2-devel xmlsec1-devel xmlsec1-openssl-devel clang llvm-devel cmake libtool-ltdl-devel

RUN --mount=type=cache,target=/usr/local/cargo/registry \
CARGO_NET_GIT_FETCH_WITH_CLI=true RUST_BACKTRACE=1 cargo chef cook --release --features "$features" --recipe-path recipe.json
Expand Down

0 comments on commit 24f2b1e

Please sign in to comment.