mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Add simple Dockerfile
This commit is contained in:
parent
836bc5861e
commit
227b6ed74b
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -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
Block a user