Skip to content

Commit

Permalink
feat: add libc6-compat to fix dynamic linking issue, add ca-certifica…
Browse files Browse the repository at this point in the history
…tes (#353)

Signed-off-by: raradhakrishnan <[email protected]>
  • Loading branch information
ramekris3163 authored Feb 7, 2023
1 parent c6d69a8 commit 7a102d3
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 7a102d3

Please sign in to comment.