mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
Re-add mysql dependency.
This commit is contained in:
parent
490bd9feaf
commit
ae92ff4087
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ ram.runtime = "350M"
|
|||
main.default = 8095
|
||||
|
||||
[resources.apt]
|
||||
packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config"
|
||||
packages = "python3, python3-pip, python3-dev, python3-venv, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config, default-libmysqlclient-dev"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Reference in a new issue