Skip to content

Commit

Permalink
fix(docker): set SHELL command to an existing binary
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Mar 2, 2023
1 parent 822c9ad commit d2cf4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/releases/dockerfiles/Dockerfile.static
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ COPY /tools/releases/templates/LICENSE \
/tools/releases/templates/README \
/tools/releases/templates/NOTICE \
/kuma/

SHELL ["/busybox/busybox", "sh", "-c"]

0 comments on commit d2cf4ed

Please sign in to comment.