Skip to content

Commit cd4ebfb

Browse files
committed
added "fedora" as a supported platform value
1 parent a7e3f48 commit cd4ebfb

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
@@ -125,7 +125,7 @@ def build_dockerfile
125125
RUN apt-get install -y sudo openssh-server curl lsb-release
126126
eos
127127
config[:disable_upstart] ? disable_upstart + packages : packages
128-
when 'rhel', 'centos'
128+
when 'rhel', 'centos', 'fedora'
129129
<<-eos
130130
RUN yum clean all
131131
RUN yum install -y sudo openssh-server openssh-clients which curl

0 commit comments

Comments
 (0)