mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 08:21:43 -04:00
4 lines
85 B
Docker
4 lines
85 B
Docker
FROM scratch
|
|
LABEL maintainer="[email protected]"
|
|
COPY vcsim /
|
|
ENTRYPOINT [ "/vcsim" ] |