mirror of
https://github.com/hashicorp/packer.git
synced 2025-12-18 23:16:06 -05:00
Dockerfile: Add Product directory to /usr/share/doc directory
Closes: #12939
This commit is contained in:
parent
094e00ebd2
commit
f767d06f93
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ LABEL name="Packer" \
|
|||
RUN apk add --no-cache git bash wget openssl gnupg xorriso
|
||||
|
||||
COPY dist/$TARGETOS/$TARGETARCH/$BIN_NAME /bin/
|
||||
COPY LICENSE /usr/share/doc/$PRODUCT_NAME/LICENSE.txt
|
||||
RUN mkdir -p /usr/share/doc/Packer
|
||||
COPY LICENSE /usr/share/doc/Packer/LICENSE.txt
|
||||
|
||||
ENTRYPOINT ["/bin/packer"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue