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.
2 parents 57b116f + 48d0721 commit 9597c2fCopy full SHA for 9597c2f
1 file changed
texer/Dockerfile
@@ -37,3 +37,10 @@ RUN apt-get -y install python3-pip
37
RUN python3 -m pip install --upgrade pip
38
39
RUN python3 -m pip install pygments
40
+
41
+# install Powershell
42
+RUN apt-get -y install --no-install-recommends wget apt-transport-https
43
+RUN wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb && \
44
+ dpkg -i packages-microsoft-prod.deb
45
+RUN apt-get update && \
46
+ apt-get install -y powershell
0 commit comments