Add centos powershell dockerfile
This commit is contained in:
parent
fd422006c7
commit
2765e61f36
|
@ -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
|
Loading…
Reference in New Issue