Files

13 lines
292 B
Docker
Raw Permalink Normal View History

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/*