Skip to content

Commit

Permalink
Add debian 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed Sep 22, 2016
1 parent b8d7a95 commit b232041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .kitchen.docker.yml
Expand Up @@ -30,6 +30,13 @@ platforms:
- RUN yum -y install net-tools lsof
pid_one_command: /usr/lib/systemd/systemd

- name: debian-7
driver:
image: debian:7
intermediate_instructions:
- RUN /usr/bin/apt-get update && /usr/bin/apt-get upgrade -y
- RUN /usr/bin/apt-get install apt-transport-https net-tools -y

- name: debian-8
driver:
image: debian:8
Expand Down

0 comments on commit b232041

Please sign in to comment.