tunasync-scripts/dockerfiles/rustup-mirror/Dockerfile
Shengqi Chen fa5ec6f3b6
dockerfiles: use JSON arguments to make linter happy
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2025-09-03 09:00:43 +08:00

6 lines
118 B
Docker

FROM rust:trixie
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
RUN cargo install rustup-mirror
CMD ["/bin/bash"]