Skip to content

Instantly share code, notes, and snippets.

@christianhelle
Created April 15, 2020 10:51
Show Gist options
  • Save christianhelle/6045c6628cc815d426e5143334bba08c to your computer and use it in GitHub Desktop.
Save christianhelle/6045c6628cc815d426e5143334bba08c to your computer and use it in GitHub Desktop.
Dockerfile for Azure Functions for Powershell with Azure CLI
FROM mcr.microsoft.com/azure-functions/powershell:2.0
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment