oldDockerfile aktualisiert
Some checks failed
Docker Build Smart Logic / Build amd64 & arm64 (push) Failing after 2s

This commit is contained in:
2026-02-05 20:00:04 +00:00
parent caec770416
commit 550ce241e1

View File

@@ -1,21 +0,0 @@
# 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