Fix Horizon build after switch to pyscss2 which lacks binary wheel

It now requires pcre-dev package to finish building.

Change-Id: I4e003c9aa32579d467c489a53741e20ced2f4b52
Closes-bug: #1867888
This commit is contained in:
Radosław Piliszek 2020-03-18 09:09:58 +01:00
parent 2e465a16fe
commit 3e4f3b18dd
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,7 @@ ENV DEBIAN_FRONTEND noninteractive
'openldap-devel',
'openssl',
'openssl-devel',
'pcre-devel',
'postgresql',
'postgresql-devel',
'sqlite-devel',
@ -261,6 +262,7 @@ ENV DEBIAN_FRONTEND noninteractive
'git',
'libffi-dev',
'libmariadb-dev-compat',
'libpcre3-dev',
'libpq-dev',
'libssl-dev',
'libxml2-dev',