diff --git a/Containerfile b/Containerfile index 65bb7c5..fc93546 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ FROM stagex/user-linux-nitro:sx2025.06.1 AS linux-nitro FROM scratch as base ENV TARGET=x86_64-unknown-linux-musl ENV RUSTFLAGS="-C target-feature=+crt-static" -ENV CARGOFLAGS="--locked --no-default-features --release --target ${TARGET}" +ENV CARGOFLAGS="--locked --all-features --release --target ${TARGET}" ENV OPENSSL_STATIC=true COPY --from=pallet-rust . /