mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
8 lines
238 B
Docker
8 lines
238 B
Docker
FROM rust:trixie
|
|
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
|
|
|
|
# used to skip caching on new version release
|
|
ADD "https://crates.io/api/v1/crates/rustup-mirror" "crates_version.json"
|
|
RUN cargo install rustup-mirror
|
|
CMD ["/bin/bash"]
|