mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
7 lines
153 B
Docker
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
|