# Set up a packer image in Docker.
FROM ubuntu:22.04
MAINTAINER Kyle Isom <kyle@imap.cc>
add . packer
ENTRYPOINT ["/usr/bin/env", "bash"]