ci: add custom runner image with docker support
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
FROM node:22-bullseye
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y docker.io docker-compose-plugin \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN corepack enable
|
||||||
Reference in New Issue
Block a user