2023-12-25 16:48:52 +08:00

7 lines
153 B
Docker

FROM rust:bookworm
MAINTAINER Aron Xu <happyaron.xu@gmail.com>
RUN cargo install --git https://github.com/open-rust-initiative/freighter
CMD /bin/bash