Skip to content

Commit

Permalink
📄 add license file to image (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
chassing authored Dec 2, 2024
1 parent 9c36434 commit 3500d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN ${TFENV_BIN} tf install 1.4.5 && \
FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 AS prod
COPY --from=builder /build/terraform-repo-executor /usr/bin/terraform-repo-executor
COPY --from=downloader /usr/bin/Terraform /usr/bin/Terraform
COPY LICENSE /licenses/LICENSE
COPY entrypoint.sh /usr/bin

RUN microdnf update -y && \
Expand Down

0 comments on commit 3500d91

Please sign in to comment.