Skip to content

Commit 25159d2

Browse files
committed
dockerfile: add tsumugu
Signed-off-by: Harry Chen <i@harrychen.xyz>
1 parent 4a2b734 commit 25159d2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- pub-mirror
2323
- rustup-mirror
2424
- shadowmire
25+
- tsumugu
2526
# - freighter
2627
include:
2728
- image: tunasync-scripts

dockerfiles/tsumugu/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM rust:bookworm
2+
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
3+
4+
RUN cargo install rustup-mirror
5+
CMD /bin/bash

0 commit comments

Comments
 (0)