wget and curl for debian 8 image

This commit is contained in:
Dale McDiarmid 2016-04-01 15:22:50 +01:00
parent 4ef29c8a8a
commit dc0c83bdcb

View file

@ -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