Skip to content

Commit 48d0721

Browse files
rootClyde Johnston
authored andcommitted
Add PowerShell to image
1 parent 57b116f commit 48d0721

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

texer/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ RUN apt-get -y install python3-pip
3737
RUN python3 -m pip install --upgrade pip
3838

3939
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

Comments
 (0)