This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
rusty-bever/Dockerfile

5 lines
79 B
Docker

FROM scratch
COPY target/x86_64-unknown-linux-musl/release/rbd /
RUN ["/rbd"]