amarj27
amarj27
I am having the same issue as in thread #1596 after following this. Any suggestions on how to fix this? I am using a NodeJS Azure Function which uses Extension...
@swimhiking Could you tell me exaactly what you did in your Dockerfile? This is what I have FROM mcr.microsoft.com/azure-functions/node:3.0-node10-core-tools As core-tools COPY . /home/site/wwwroot RUN cd /home/site/wwwroot && \ func...
After I updated my base image to node:4.0 and removed the step to install the libc-dev module, it looks like I have been able to get past the dll error.