Files
Danny Bessems 72380e0f12
All checks were successful
build-image / Semantic Release (Dry-run) (push) Successful in 52s
build-image / Container image (push) Successful in 11m13s
build-image / Semantic Release (push) Successful in 55s
feat: Initial act-runner-extended container image
2025-08-20 09:33:59 +10:00

14 lines
354 B
Docker

# FROM gitea/act_runner:ubuntu-24.04-v25.08.01
FROM catthehacker/ubuntu:act-24.04-20250815 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/*