feat: Initial act-runner-extended container image
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
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/*
|
Reference in New Issue
Block a user