Skip to content

Commit

Permalink
feat(wolfi): use bash shell by default (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jun 29, 2023
1 parent 195d7d5 commit 84d9d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolboxes/Containerfile.wolfi
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ RUN apk update && \

RUN rm /toolbox-packages

# Change root shell to BASH
RUN sed -i -e '/^root/s/\/bin\/ash/\/bin\/bash/' /etc/passwd

0 comments on commit 84d9d21

Please sign in to comment.