dockerfile: add tsumugu

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2024-08-25 02:01:21 +08:00
parent 4a2b734186
commit a7960ada7d
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
- pub-mirror
- rustup-mirror
- shadowmire
- tsumugu
# - freighter
include:
- image: tunasync-scripts

View File

@ -0,0 +1,5 @@
FROM rust:bookworm
LABEL maintainer="Shengqi Chen <i@harrychen.xyz>"
RUN cargo install tsumugu
CMD /bin/bash