From 49e3835d1f7322429c651c551b9a9d29daa8b1a0 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 13 Jul 2025 02:12:27 -0400 Subject: [PATCH] all the features! --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . /