Skip to content

Commit

Permalink
feat: add libc6-compat library to fix dynamic linking issue in alpine…
Browse files Browse the repository at this point in the history
… for provider built with ubuntu. add ca-certificates to add well known cers to the truststore.

Signed-off-by: raradhakrishnan <raradhakrishnan@guidewire.com>
  • Loading branch information
ramekris3163 committed Feb 6, 2023
1 parent c6d69a8 commit a4f8b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ COPY --from=builder /workspace/manager .
# COPY terraform binary
COPY bin/terraform /usr/bin/terraform
#RUN chmod +x /usr/bin/terraform
RUN apk add git
RUN apk add git libc6-compat ca-certificates

ENTRYPOINT ["/manager"]

0 comments on commit a4f8b26

Please sign in to comment.