Skip to content

Conversation

@danielhodder
Copy link

Pretty much the same as #25

Add a shbang using /bin/sh to all the debian scripts. Installing the session-manager-plugin under the docker-buildkit QEMU build emulation fails without this since it tries to interpret the scripts as binaries, which they are not. Adding the shbang line makes the interpreter correctly understand these are shell scripts and run them under the shell, rather than as a binary.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@encron
Copy link

encron commented Jul 2, 2024

Ran into the same issue during docker build. Had to resort to unpacking the .deb file, adding the shebang lines and then repacking and installing to work around it. Would be great to have this simple fix merged!

@bplessis-swi
Copy link

Great, just ran into this issue and lost time debugging a known issue with a fix that is two years old....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants