diff --git a/rust/Dockerfile b/rust/Dockerfile index e53cdf8e4..809b69143 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -10,6 +10,7 @@ ARG PACKAGE FROM rust:${RUST_VERSION}-alpine${ALPINE_VERSION} AS chef ARG CARGO_CHEF_VERSION +# openssl-dev can be removed after https://github.com/tauri-apps/tauri/pull/12445 is shipped RUN set -xe \ && apk add --no-cache musl-dev openssl-dev \ && cargo install cargo-chef --locked --version=${CARGO_CHEF_VERSION} \