FROM debian:bullseye RUN apt update RUN apt install -y \ clang \ cmake \ build-essential \ git \ cargo RUN git clone https://github.com/romanz/electrs WORKDIR electrs RUN ls -la RUN cargo build --locked --release CMD target/release/electrs