Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 22, 2018 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/c0101ab7f301b27ed3f8916a1f3a8992 to your computer and use it in GitHub Desktop.
Save guitarrapc/c0101ab7f301b27ed3f8916a1f3a8992 to your computer and use it in GitHub Desktop.
FROM mcr.microsoft.com/powershell:6.1.0-ubuntu-18.04
WORKDIR /app
COPY . .
RUN pwsh -c Install-Module Pester -Scope CurrentUser -Force
ENTRYPOINT [ "pwsh", "-c" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment