Skip to content

Commit 289c17c

Browse files
committed
added "which" package to rhel/centos provisioning
1 parent 6b5d21b commit 289c17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/kitchen/driver/docker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def dockerfile
112112
when 'rhel', 'centos'
113113
<<-eos
114114
RUN yum clean all
115-
RUN yum install -y sudo openssh-server openssh-clients curl
115+
RUN yum install -y sudo openssh-server openssh-clients which curl
116116
RUN ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
117117
RUN ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
118118
eos

0 commit comments

Comments
 (0)