bladerunner/packer/Dockerfile

8 lines
140 B
Docker
Raw Normal View History

2023-04-10 01:31:44 +00:00
# Set up a packer image in Docker.
FROM ubuntu:22.04
MAINTAINER Kyle Isom <kyle@imap.cc>
add . packer
ENTRYPOINT ["/usr/bin/env", "bash"]