Skip to content

Commit

Permalink
Use default-jre-headless on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
mthssdrbrg committed Mar 30, 2017
1 parent 2b78b47 commit e7a8f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ platforms:
- name: debian-7.4
driver_config:
provision_command:
- apt-get install -y openjdk-7-jre-headless net-tools
- apt-get install -y default-jre-headless net-tools
- curl -L https://chef.io/chef/install.sh | bash -s -- -v <%= ENV.fetch('CHEF_VERSION', '11.16.4') %>
- name: ubuntu-14.04
driver_config:
Expand Down

0 comments on commit e7a8f4a

Please sign in to comment.