add debian 7 to .pkgr.yml
This commit is contained in:
parent
da2a11cb8c
commit
578657ecc7
1 changed files with 5 additions and 1 deletions
|
@ -11,9 +11,13 @@ targets:
|
|||
- postgresql
|
||||
- postgresql-server
|
||||
- postgresql-devel
|
||||
debian-7:
|
||||
dependencies:
|
||||
- nginx
|
||||
- postgresql
|
||||
ubuntu-16.04:
|
||||
dependencies:
|
||||
- httpd
|
||||
- nginx
|
||||
- postgresql
|
||||
before:
|
||||
- uname -a
|
||||
|
|
Loading…
Reference in a new issue