lib/kitchen/driver/docker.rb in kitchen-docker-0.7.0 vs lib/kitchen/driver/docker.rb in kitchen-docker-0.7.1
- old
+ new
@@ -66,12 +66,12 @@
platform = case config[:platform]
when 'debian', 'ubuntu'
<<-eos
ENV DEBIAN_FRONTEND noninteractive
RUN dpkg-divert --local --rename --add /sbin/initctl
+ RUN ln -s /bin/true /sbin/initctl
RUN apt-get update
RUN apt-get install -y sudo openssh-server curl lsb-release
- RUN ln -s /bin/true /sbin/initctl
eos
when 'rhel', 'centos'
<<-eos
RUN yum clean all
RUN yum install -y sudo openssh-server openssh-clients curl