diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-06-07 15:46:58 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-06-07 15:46:58 -0700 |
commit | 1ca9b8734a8459aeb9df7f5827b2bb3b850a9c16 (patch) | |
tree | cafa4fd61e02ecc2d394327755f7f400c868e249 /kitchen-tests | |
parent | 99304fdb2d24edc617dd3a049d07cb375cc8ad93 (diff) | |
download | chef-1ca9b8734a8459aeb9df7f5827b2bb3b850a9c16.tar.gz |
adding zlib-devel and rpm-build to fedora tk instance to fix nokogiri compile
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 2 |
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 |