Azure/azure-functions-core-tools
Azure functions attempts to use /bin/bash even if it doesn't exist
開放
#3,254 建立於 2023年1月30日
OS: linuxarea: clibuggood first issue
倉庫指標
- 星標
- (1,456 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
When using azure functions to start a function on nixos (linux), functions fails to start if /bin/bash does not exist. This can easily be mitigated by instead using /bin/sh or /usr/bin/env bash.