Add centos powershell dockerfile

This commit is contained in:
Cadey Ratio 2016-08-18 16:03:30 -07:00
parent fd422006c7
commit 2765e61f36
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM centos:7
RUN yum -y install https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm
CMD powershell