blockstream-electrs/Dockerfile
2018-08-19 19:27:14 +03:00

9 lines
140 B
Docker

FROM rust:latest
RUN apt-get update
RUN apt-get install -y clang cmake
RUN cargo install electrs
CMD ["electrs", "-vvvv", "--timestamp"]