added Docker to gitea_act_runner image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 28m47s
All checks were successful
CI / Build arch-builder docker images (push) Successful in 28m47s
This commit is contained in:
@@ -99,7 +99,7 @@ RUN rustup target add \
|
||||
aarch64-unknown-linux-gnu
|
||||
|
||||
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
|
||||
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
|
||||
|
Reference in New Issue
Block a user