Files
Danny Bessems b243af4060
Some checks failed
build-image / Semantic Release (Dry-run) (push) Successful in 34s
build-image / Container image (push) Failing after 2m19s
build-image / Semantic Release (push) Has been skipped
feat: Initial act-runner-extended container image
2025-08-01 21:16:40 +10:00

13 lines
292 B
Docker

FROM gitea/act_runner:0.2.12 AS source
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gettext \
genisoimage \
libguestfs-tools \
qemu-system-x86 \
qemu-utils \
supermin && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*