Skip to content

Commit

Permalink
Revert "feat: add libc6-compat to fix dynamic linking issue, add ca-c…
Browse files Browse the repository at this point in the history
…ertificates" (#355)

This reverts commit 7a102d3.

Signed-off-by: Qiaozp <[email protected]>
  • Loading branch information
chivalryq authored Feb 9, 2023
1 parent 7a102d3 commit 58fad4c
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 libc6-compat ca-certificates
RUN apk add git

ENTRYPOINT ["/manager"]

0 comments on commit 58fad4c

Please sign in to comment.