5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
FROM scratch
|
|
LABEL maintainer="fabio@vmware.com"
|
|
COPY govc /
|
|
ENTRYPOINT [ "/govc" ]
|