dockerfiles/base/centos-powershell/Dockerfile

6 lines
173 B
Docker
Raw Normal View History

2016-08-18 23:03:30 +00:00
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