Dockerfile: Add Product directory to /usr/share/doc directory

Closes: #12939
This commit is contained in:
Wilken Rivera 2024-04-23 09:20:45 -04:00
parent 094e00ebd2
commit f767d06f93

View file

@ -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"]