Dockerfile aktualisiert
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 32s

This commit is contained in:
2026-02-05 20:00:56 +00:00
parent 550ce241e1
commit 065c99f7a4

21
Dockerfile Normal file
View File

@@ -0,0 +1,21 @@
# syntax=docker/dockerfile:1.6
FROM gitea/act_runner:0.2.13
USER root
# ---- Install system dependencies ----
RUN apk add --no-cache \
nodejs \
npm \
docker-cli \
docker-cli-buildx \
git \
bash \
curl \
ca-certificates
# ---- Enable BuildKit by default ----
ENV DOCKER_BUILDKIT=1
RUN docker buildx version || true