summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-06-07 15:46:58 -0700
committerMatt Wrock <matt@mattwrock.com>2016-06-07 15:46:58 -0700
commit1ca9b8734a8459aeb9df7f5827b2bb3b850a9c16 (patch)
treecafa4fd61e02ecc2d394327755f7f400c868e249
parent99304fdb2d24edc617dd3a049d07cb375cc8ad93 (diff)
downloadchef-1ca9b8734a8459aeb9df7f5827b2bb3b850a9c16.tar.gz
adding zlib-devel and rpm-build to fedora tk instance to fix nokogiri compile
-rw-r--r--kitchen-tests/.kitchen.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index 8bc41adb00..99486928de 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -76,7 +76,7 @@ platforms:
image: fedora:23
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- - RUN dnf -y install yum which initscripts net-tools sudo
+ - RUN dnf -y install yum which initscripts rpm-build zlib-devel net-tools sudo
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: ubuntu-12.04