Skip to content

Commit

Permalink
Make sure gawk is installed on opensuse. (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway authored Nov 13, 2023
1 parent c6f9206 commit fa03ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/docker/helpers/dockerfile_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def gentoo_paludis_platform
def opensuse_platform
<<-CODE
ENV container docker
RUN zypper install -y sudo openssh which curl
RUN zypper install -y sudo openssh which curl gawk
RUN /usr/sbin/sshd-gen-keys-start
CODE
end
Expand Down

0 comments on commit fa03ee0

Please # to comment.