mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-30 04:22:45 +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"]
|