Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d76cc0f

Browse files
committed
Add unstable Dockerfile for CentOS 7
1 parent 2c7e687 commit d76cc0f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docker/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
# Build specified distributions
1111
if [[ -z $DISTROS ]]; then
12-
DISTROS="ubuntu14.04 ubuntu16.04"
12+
DISTROS="ubuntu14.04 ubuntu16.04 centos7"
1313
fi
1414

1515
for build in $BUILDS; do

docker/unstable/centos7/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM powershell/powershell:stable-centos7
2+
MAINTAINER Andrew Schwartzmeyer <[email protected]>
3+
4+
COPY bootstrap.ps1 /
5+
RUN powershell -f bootstrap.ps1 \
6+
&& yum install -y PowerShell/powershell*.rpm

0 commit comments

Comments
 (0)