7 lines
134 B
Docker
7 lines
134 B
Docker
FROM alpine:3.16
|
|
|
|
RUN apk update && \
|
|
apk add --no-cache terraform python3 libvirt-qemu qemu xorriso ansible gettext
|
|
|
|
COPY init.sh /
|