Skip to content

Commit

Permalink
build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 13, 2023
1 parent f801252 commit aa53140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN <<EOF
apt-get update && apt-get install -y libclang-dev
rustup toolchain install stable
rustup component add rustfmt --toolchain stable
CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --package stacks-node --bin stacks-node
CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --package stacks-node --bin stacks-node --release
EOF

FROM debian:bookworm-backports
Expand Down

0 comments on commit aa53140

Please sign in to comment.