Skip to content

Commit

Permalink
Dockerfile: Add Product directory to /usr/share/doc directory
Browse files Browse the repository at this point in the history
Closes: #12939
  • Loading branch information
nywilken committed Apr 23, 2024
1 parent 7526cd6 commit 57de9c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 57de9c0

Please sign in to comment.