This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-09-08 15:53:48 +02:00
|
|
|
FROM scratch
|
2021-09-05 09:59:16 +02:00
|
|
|
|
2021-09-08 15:53:48 +02:00
|
|
|
COPY target/x86_64-unknown-linux-musl/release/rbd /
|
|
|
|
RUN ["/rbd"]
|