mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 09:12:45 +00:00
8 lines
226 B
Docker
8 lines
226 B
Docker
FROM rust:trixie
|
|
LABEL maintainer="Shengqi Chen <i@harrychen.xyz>"
|
|
|
|
# used to skip caching on new version release
|
|
ADD "https://crates.io/api/v1/crates/tsumugu" "crates_version.json"
|
|
RUN cargo install tsumugu
|
|
CMD ["/bin/bash"]
|