Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Add debian 9 image (Fixes #58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan committed Mar 11, 2018
1 parent e4dc093 commit b8b8672
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,18 @@ maybe_credentials = "#{ENV['GIT_USER']}:#{ENV['GIT_PASSWORD']}@" if ENV['GIT_USE
'/var/lib/dpkg/info/ca-certificates-java.postinst configure'
]
},
{
distro: 'debian',
version: '9',
add_files: tini_and_gosu_add_file_meta,
create_user_and_group: create_user_and_group_cmd,
before_install: [
'apt-get update',
'apt-get install -y openjdk-8-jre-headless git subversion mercurial openssh-client bash unzip curl',
'apt-get autoclean',
'/var/lib/dpkg/info/ca-certificates-java.postinst configure'
]
},
{
distro: 'ubuntu',
version: '12.04',
Expand Down

0 comments on commit b8b8672

Please sign in to comment.