From dc0c83bdcb4d92513853b7065b70a32d6d9ae138 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Fri, 1 Apr 2016 15:22:50 +0100 Subject: [PATCH] wget and curl for debian 8 image --- .kitchen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 0348eaf..c32bf0f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -32,10 +32,10 @@ platforms: use_sudo: false - name: debian-8 driver_config: - image: electrical/debian:8 + image: debian:8 privileged: true provision_command: - - apt-get update && apt-get -y install python python-dev python-pip build-essential libyaml-dev python-yaml + - apt-get update && apt-get -y install python python-dev python-pip build-essential libyaml-dev python-yaml openssh-server curl wget - pip install ansible - apt-get install -y -q net-tools - sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config