6 lines
173 B
Docker
6 lines
173 B
Docker
|
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
|