From f641913eab342c28f2a9350ea345da9bc8c78793 Mon Sep 17 00:00:00 2001 From: Davi Petris <37764531+DaviPtrs@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:13:56 -0300 Subject: [PATCH] Add `--features testnet` to Dockerfile Signed-off-by: Davi Petris <37764531+DaviPtrs@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80ad0a864..417398016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN if [ -n "$AWS_ACCESS_KEY_ID" ]; then \ ./sccache --start-server && \ export RUSTC_WRAPPER="/app/sccache"; \ fi && \ - cargo build -p node-subspace --release --locked + cargo build -p node-subspace --release --features testnet --locked RUN if [ -n "$AWS_ACCESS_KEY_ID" ]; then \ ./sccache --show-stats; \