prep for modules

This commit is contained in:
2026-03-28 14:35:11 +05:00
parent 593fb7572e
commit 39a2d5e1b1
2 changed files with 11 additions and 0 deletions

5
act_alpine/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM gitea/act_runner
RUN apk add docker docker-compose
RUN apk add nodejs
RUN apk add openssh

6
act_alpine/compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
runner:
build: .
# context: .
# dockerfile: .
image: git.shihaam.dev/dockerfiles/gitea-runner