mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
4 lines
83 B
Docker
4 lines
83 B
Docker
FROM scratch
|
|
LABEL maintainer="[email protected]"
|
|
COPY govc /
|
|
ENTRYPOINT [ "/govc" ] |