Skip to content

Commit

Permalink
Use bash instead of sh by default
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Strøm <[email protected]>
  • Loading branch information
Christopher Strøm committed Jul 27, 2024
1 parent 2d48463 commit 1e77a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ros:humble-perception

RUN ln -sf /bin/bash /bin/sh # Default to using bash > sh

WORKDIR /ros_ws

RUN mkdir -p /ros_ws/src
Expand Down

0 comments on commit 1e77a95

Please sign in to comment.