Skip to content

Commit

Permalink
install initscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rosborough committed Jan 31, 2016
1 parent 404c1ab commit 3bf6c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile.centos-7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# Install Ansible
RUN yum -y install epel-release
RUN yum -y install git ansible sudo
RUN yum -y install git ansible sudo initscripts
RUN yum clean all

# Disable requiretty
Expand Down

0 comments on commit 3bf6c1d

Please sign in to comment.