Skip to content

Commit

Permalink
add ca-certs to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Jul 5, 2024
1 parent 7da22fd commit d3c3d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/kubectl-testkube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG ALPINE_IMAGE
FROM ${ALPINE_IMAGE}
COPY kubectl-testkube /bin/kubectl-testkube

RUN apk --no-cache --update add ca-certificates && (rm -rf /var/cache/apk/* || 0)
# Create symbolic links for 'testkube' and 'tk' as aliases for 'kubectl-testkube'
RUN ln -s /bin/kubectl-testkube /bin/testkube
RUN ln -s /bin/kubectl-testkube /bin/tk
Expand Down

0 comments on commit d3c3d06

Please sign in to comment.