azure-functions-pack
azure-functions-pack copied to clipboard
funcpack doesn't work for alpine and ubuntu
To replicate:
docker pull tbaltrushaitis/ubuntu-nodejs
docker run -it tbaltrushaitis/ubuntu-nodejs bash
npm install -g azure-functions-pack
funcpack pack -u ./
Returns: 'no such file or directory'

This is a show-stopper as we are using BuildKite agent with docker image to build and publish our azure functions.
@christopheranderson is that intended? with Microsoft reaching out to open source community and adding support for Linux everywhere one might think that Azure functions (and function-packers) shall work under Linux/Ubuntu.
Not intended. Only tested on Windows 10 PowerShell and Mac terminal. This is a bug.