Skip to content

Commit

Permalink
Merge pull request #373 from ijansky/gentoo-platform-helper
Browse files Browse the repository at this point in the history
Use less verbose and quicker setup on Gentoo
  • Loading branch information
tas50 authored Sep 27, 2020
2 parents 24a54be + e611045 commit 41e80fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kitchen/docker/helpers/dockerfile_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def fedora_platform

def gentoo_platform
<<-CODE
RUN emerge --sync
RUN emerge net-misc/openssh app-admin/sudo
RUN emerge-webrsync
RUN emerge --quiet --noreplace net-misc/openssh app-admin/sudo
RUN [ -f "/etc/ssh/ssh_host_rsa_key" ] || ssh-keygen -A -t rsa -f /etc/ssh/ssh_host_rsa_key
RUN [ -f "/etc/ssh/ssh_host_dsa_key" ] || ssh-keygen -A -t dsa -f /etc/ssh/ssh_host_dsa_key
CODE
Expand Down

0 comments on commit 41e80fe

Please sign in to comment.