We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e7957 commit 3064367Copy full SHA for 3064367
tools/docker/ubuntu16/Dockerfile
@@ -0,0 +1,12 @@
1
+FROM mcr.microsoft.com/powershell:ubuntu-16.04
2
+
3
+ENV __InContainer 1
4
5
+RUN apt update -qq && apt install -q -y wget git apt-transport-https
6
+RUN wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb
7
8
+RUN apt update -qq && \
9
+ cd / && \
10
+ git clone https://github.com/JamesWTruher/PSScriptAnalyzer
11
12
+RUN pwsh -c 'save-module -name platyps,pester -path $PSHOME/Modules'
0 commit comments