Skip to content

Commit

Permalink
testing: install crontabs (and use correct yum install syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Feb 15, 2017
1 parent 89f1e1a commit 5386518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devel-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN yum clean all && \
yum -y remove $(rpm -qa "*-devel") && \
yum -y groupremove "Development tools" && \
yum -y autoremove && \
yum -y crontabs install bzip2 file findutils gem git gzip hg procps-ng svn sudo tar tree which unzip xz zip && \
yum -y install bzip2 crontabs file findutils gem git gzip hg procps-ng svn sudo tar tree which unzip xz zip && \
yum clean all && rm -rf /var/cache/yum

RUN mkdir /etc/ansible/
Expand Down

0 comments on commit 5386518

Please sign in to comment.