blockstream-electrs/Dockerfile

9 lines
140 B
Docker
Raw Normal View History

2018-08-19 16:26:57 +00:00
FROM rust:latest
RUN apt-get update
RUN apt-get install -y clang cmake
RUN cargo install electrs
CMD ["electrs", "-vvvv", "--timestamp"]