diff --git a/base/centos-powershell/Dockerfile b/base/centos-powershell/Dockerfile new file mode 100644 index 0000000..c8efd5b --- /dev/null +++ b/base/centos-powershell/Dockerfile @@ -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