mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
6 lines
110 B
Docker
6 lines
110 B
Docker
FROM rust:bookworm
|
|
LABEL maintainer="Shengqi Chen <i@harrychen.xyz>"
|
|
|
|
RUN cargo install tsumugu
|
|
CMD /bin/bash
|