tunasync-scripts/dockerfiles/tsumugu/Dockerfile
Shengqi Chen 084147d983
dockerfiles: skip cache on crates.io new release, update shadowmire to use python 3.13
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2025-09-16 15:01:06 +08:00

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"]