Skip to content

Commit 0156696

Browse files
committed
added sh, cat, ls, ps for debugging pod
1 parent 0ae019f commit 0156696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RUN cd "$GOPATH/src/github.com/bitnami-labs/kubewatch" && \
1414

1515
FROM cgr.dev/chainguard/static:latest-glibc
1616

17+
COPY --from=busybox:1.35.0-uclibc /bin/sh /bin/ls /bin/cat /bin/ps /bin/
18+
1719
COPY --from=builder /kubewatch /bin/kubewatch
1820

1921
ENV KW_CONFIG=/opt/bitnami/kubewatch

0 commit comments

Comments
 (0)