From 25159d2bba1177cdfd3178fa5a1f12341dd16a60 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Sun, 25 Aug 2024 02:01:21 +0800 Subject: [PATCH] dockerfile: add tsumugu Signed-off-by: Harry Chen --- .github/workflows/docker-images.yml | 1 + dockerfiles/tsumugu/Dockerfile | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 dockerfiles/tsumugu/Dockerfile diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index dea44df..94ad234 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -22,6 +22,7 @@ jobs: - pub-mirror - rustup-mirror - shadowmire + - tsumugu # - freighter include: - image: tunasync-scripts diff --git a/dockerfiles/tsumugu/Dockerfile b/dockerfiles/tsumugu/Dockerfile new file mode 100644 index 0000000..0d3d8c4 --- /dev/null +++ b/dockerfiles/tsumugu/Dockerfile @@ -0,0 +1,5 @@ +FROM rust:bookworm +LABEL maintainer="Jiajie Chen " + +RUN cargo install rustup-mirror +CMD /bin/bash