m4sterchain commented on PR #236: URL: https://github.com/apache/teaclave-trustzone-sdk/pull/236#issuecomment-3352285524
Nice catch. If we update the last line of `entrypoint.sh` to ` exec /bin/bash -lc "$*"` it should work. I have verified in case in your `reproduced by` scenario, by making the change directly inside the docker, `sed -i 's|^ exec "\$@"$| exec /bin/bash -lc "\$*"|' /entrypoint.sh` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
