Skip to content

Commit

Permalink
Make sure to install net-tools on opensuse in travis
Browse files Browse the repository at this point in the history
We need this to tell that the port is open

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 3, 2017
1 parent 88fa9d6 commit f28000d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kitchen.docker.yml
Expand Up @@ -96,7 +96,7 @@ platforms:
image: opensuse:leap
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN zypper --non-interactive install aaa_base perl-Getopt-Long-Descriptive which hostname
- RUN zypper --non-interactive install aaa_base perl-Getopt-Long-Descriptive which net-tools

suites:
- name: default
Expand Down

0 comments on commit f28000d

Please sign in to comment.