savoirfairelinux / cqfd

cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
GNU General Public License v3.0
64 stars 31 forks source link

Broken Yocto build since /bin/sh by default for container user #130

Open Paullgk opened 3 weeks ago

Paullgk commented 3 weeks ago

Hello, The commit 00511420ae570b5bb651c58448d0d01d297aab37 changed the default shell for container users from /bin/bash to /bin/sh. This change can cause issues with Yocto builds, as Bitbake expects Bash rather than sh. While reverting this commit would resolve the issue, it might be more beneficial to allow users to choose their default shell.