Skip to content

Commit

Permalink
chore: update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Jan 23, 2024
1 parent a156c3a commit 5b02e01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ ARG STACKS_NODE_VERSION="No Version Info"
ARG GIT_BRANCH='No Branch Info'
ARG GIT_COMMIT='No Commit Info'

RUN apt update && apt-get install -y libclang-dev

RUN rustup toolchain install stable
RUN rustup component add rustfmt --toolchain stable

WORKDIR /src

COPY . .
Expand All @@ -16,7 +21,6 @@ RUN cp target/release/stacks-node /out

FROM debian:bullseye-slim

RUN apt update && apt install -y netcat
COPY --from=build /out/ /bin/

CMD ["stacks-node", "mainnet"]

0 comments on commit 5b02e01

Please sign in to comment.