ci: add custom runner image with docker support

This commit is contained in:
2026-08-02 16:16:45 +02:00
parent 0e28ea2d14
commit 38bbaf3276
+7
View File
@@ -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