On 10/04/2025 5:38 pm, Anthony PERARD wrote: > On Thu, Apr 10, 2025 at 04:58:59PM +0100, Andrew Cooper wrote: >> On 10/04/2025 4:56 pm, Anthony PERARD wrote: >>> We need the full path to a shell in `/etc/passwd`, otherwise `su user` >>> doesn't work. >>> >>> $ su user >>> su: can't execute 'bash': No such file or directory >>> >>> Signed-off-by: Anthony PERARD <anthony.per...@vates.tech> >> Acked-by: Andrew Cooper <andrew.coop...@citrix.com> >> >> Would you like me to pick this up? > Yes, that would be nice. I saw you've got more change coming to the > dockerfiles, like actually adding `diffutils` to the x86 build > container source file.
Indeed. > And by the way, you might want to add `gawk` as > well to replace busybox's awk, to make the linux build a bit more happy, > even if it doesn't seems to be an issue right now. That awk complaint appears to go away with find/diffutils in the container. I've not figured out exactly why yet. ~Andrew