dockerfile: add tsumugu
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
docker-images / multi (shadowmire) (push) Has been cancelled
docker-images / multi (tsumugu) (push) Has been cancelled

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