Skip to content

Commit

Permalink
Install bzip2, if it's not already there (like on AWS).
Browse files Browse the repository at this point in the history
  • Loading branch information
dojacobs committed Jun 21, 2017
1 parent 089171e commit 03f258f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/docker17/centos_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ fi

setenforce 0

yum install -y bzip2

yum install -y ntp
systemctl enable ntpd && systemctl start ntpd

Expand Down

0 comments on commit 03f258f

Please sign in to comment.