Skip to content

Commit 9597c2f

Browse files
Merge pull request #8 from UAVCAN/powershell
Add PowerShell to image
2 parents 57b116f + 48d0721 commit 9597c2f

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)