1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
FROM rust:latest |
|||
|
|||
RUN apt-get update |
|||
RUN apt-get install -y clang cmake |
|||
|
|||
RUN cargo install electrs |
|||
|
|||
CMD ["electrs", "-vvvv", "--timestamp"] |
Loading…
Reference in new issue