first functional commit
This commit is contained in:
6
localImages/Dockerfile
Normal file
6
localImages/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.16
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache terraform python3 libvirt-qemu qemu xorriso ansible gettext
|
||||
|
||||
COPY init.sh /
|
||||
Reference in New Issue
Block a user