Skip to content

Commit

Permalink
dockerfile: add tsumugu
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <i@harrychen.xyz>
  • Loading branch information
Harry-Chen committed Aug 24, 2024
1 parent 4a2b734 commit 25159d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- pub-mirror
- rustup-mirror
- shadowmire
- tsumugu
# - freighter
include:
- image: tunasync-scripts
Expand Down
5 changes: 5 additions & 0 deletions dockerfiles/tsumugu/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM rust:bookworm
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"

RUN cargo install rustup-mirror
CMD /bin/bash

0 comments on commit 25159d2

Please sign in to comment.