mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
Dockerfile: Add Product directory to /usr/share/doc directory
Closes: #12939
This commit is contained in:
+2
-1
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user