added Docker to gitea_act_runner image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 28m47s

This commit is contained in:
2024-12-31 23:01:01 +08:00
parent 8c596b3a71
commit 3a99aef5c5

View File

@@ -99,7 +99,7 @@ RUN rustup target add \
aarch64-unknown-linux-gnu aarch64-unknown-linux-gnu
FROM rust-full AS gitea_act_runner FROM rust-full AS gitea_act_runner
RUN pacman -S --noconfirm nodejs npm RUN pacman -S --noconfirm nodejs npm docker docker-buildx btrfs-progs
RUN mkdir /downloads RUN mkdir /downloads
WORKDIR /downloads WORKDIR /downloads
RUN curl --retry 3 -OJ https://gitea.woggioni.net/api/packages/woggioni/generic/gitea-act-runner/0.2.10/gitea-act-runner-0.2.10-1-x86_64.pkg.tar.zst RUN curl --retry 3 -OJ https://gitea.woggioni.net/api/packages/woggioni/generic/gitea-act-runner/0.2.10/gitea-act-runner-0.2.10-1-x86_64.pkg.tar.zst