packer-qemu/packer/Dockerfile

11 lines
158 B
Docker
Raw Normal View History

2020-02-09 14:30:03 +00:00
FROM hashicorp/packer:1.5.1
RUN apk add --update qemu qemu-system-x86_64 qemu-img
RUN find / -iname '*qemu*'
ENV PACKER_LOG=1
ENTRYPOINT ["/bin/packer"]