Update pkgr.yml for consensisty with Ubuntu 18.04
This patch updates pkgr.yml as it seems to be inconsistent. Ubuntu 18.04 is currently the only system missing "- libimlib2-dev" for installation dependency and "- libimlib2" for build dependency. This looks wrong. If you don't install libimlib2-dev manually, zammad will not start cleanly.
This commit is contained in:
parent
43d2418377
commit
d10df2b03b
1 changed files with 2 additions and 0 deletions
|
@ -56,7 +56,9 @@ targets:
|
|||
- nginx|apache2
|
||||
- postgresql|mysql-server|mariadb-server|sqlite
|
||||
- libimlib2
|
||||
- libimlib2-dev
|
||||
build_dependencies:
|
||||
- libimlib2
|
||||
- libimlib2-dev
|
||||
sles-12:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue