Skip to content

Commit

Permalink
fix: add new dependencies to Dockerfile.e2e for building stacks-node …
Browse files Browse the repository at this point in the history
…next
  • Loading branch information
zone117x committed Dec 10, 2023
1 parent 7114a1b commit 61ff03a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ RUN <<EOF
git reset --hard FETCH_HEAD
fi

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 --release
EOF

Expand Down

0 comments on commit 61ff03a

Please sign in to comment.