There was an error while loading. Please reload this page.
1 parent b8d5a79 commit 77753daCopy full SHA for 77753da
1 file changed
bin/injector/Dockerfile
@@ -85,7 +85,7 @@ FROM gcr.io/distroless/python3-debian13:latest
85
ARG TARGETARCH
86
87
# binaries used by the chaos-injector, ran as commmands
88
-COPY --from=binaries /usr/bin/uname /usr/bin/cat /usr/bin/df /usr/bin/ls /usr/bin/test /usr/bin/
+COPY --from=binaries /usr/bin/uname /usr/bin/bash /usr/bin/cd /usr/bin/ls /usr/bin/cat /usr/bin/df /usr/bin/ls /usr/bin/test /usr/bin/
89
COPY --from=binaries /usr/sbin/iptables /usr/sbin/
90
COPY --from=binaries /usr/sbin/tc /sbin/tc
91
COPY --from=binaries /usr/bin/bpftool-${TARGETARCH} /usr/bin/bpftool
0 commit comments