prep for modules
This commit is contained in:
5
act_alpine/Dockerfile
Normal file
5
act_alpine/Dockerfile
Normal 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
6
act_alpine/compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
runner:
|
||||
build: .
|
||||
# context: .
|
||||
# dockerfile: .
|
||||
image: git.shihaam.dev/dockerfiles/gitea-runner
|
||||
Reference in New Issue
Block a user