mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
6 lines
118 B
Docker
6 lines
118 B
Docker
FROM rust:trixie
|
|
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
|
|
|
|
RUN cargo install rustup-mirror
|
|
CMD ["/bin/bash"]
|