mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-06-30 23:12:45 +00:00
dockerfile: add tsumugu
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
4a2b734186
commit
a7960ada7d
1
.github/workflows/docker-images.yml
vendored
1
.github/workflows/docker-images.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
- pub-mirror
|
- pub-mirror
|
||||||
- rustup-mirror
|
- rustup-mirror
|
||||||
- shadowmire
|
- shadowmire
|
||||||
|
- tsumugu
|
||||||
# - freighter
|
# - freighter
|
||||||
include:
|
include:
|
||||||
- image: tunasync-scripts
|
- image: tunasync-scripts
|
||||||
|
5
dockerfiles/tsumugu/Dockerfile
Normal file
5
dockerfiles/tsumugu/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM rust:bookworm
|
||||||
|
LABEL maintainer="Shengqi Chen <i@harrychen.xyz>"
|
||||||
|
|
||||||
|
RUN cargo install tsumugu
|
||||||
|
CMD /bin/bash
|
Loading…
x
Reference in New Issue
Block a user