mirror of
https://github.com/romanz/electrs.git
synced 2026-08-16 13:00:30 +02:00
Add simple Dockerfile
This commit is contained in:
parent
836bc5861e
commit
227b6ed74b
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue