Skip to content

Commit

Permalink
fix(dockerfile): Fix the sudo command error (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
  • Loading branch information
ispeakc0de authored Sep 21, 2023
1 parent ed4d0f5 commit 3fe9f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ LABEL maintainer="LitmusChaos"

COPY --from=builder /output/ /litmus
COPY --from=dep /usr/bin/sudo /usr/bin/
COPY --from=dep /usr/lib/sudo /usr/lib/sudo
COPY --from=dep /sbin/tc /sbin/
COPY --from=dep /sbin/iptables /sbin/

Expand Down

0 comments on commit 3fe9f5b

Please sign in to comment.