mirror of
https://github.com/romanz/electrs.git
synced 2026-08-17 13:06:27 +02:00
8 lines
140 B
Docker
8 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"]
|