mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
7 lines
163 B
Docker
7 lines
163 B
Docker
FROM rust:trixie
|
|
LABEL maintainer="Aron Xu <happyaron.xu@gmail.com>"
|
|
|
|
RUN cargo install --git https://github.com/open-rust-initiative/freighter
|
|
|
|
CMD ["/bin/bash"]
|