Compile uwsgi with pcre-dev package to support log route (#370)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
This commit is contained in:
Hu Sheng
2021-03-21 16:46:45 +08:00
committed by GitHub
parent 47f70d73bd
commit 080ec93f79
2 changed files with 4 additions and 4 deletions

View File

@@ -18,8 +18,8 @@ ARG CLIENT_REF
RUN set -ex \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git \
postgresql-dev mariadb-dev python3-dev libffi-dev openldap-dev cargo rust \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
python3 py3-pip postgresql-client mysql-client py3-mysqlclient \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc pcre-dev \
python3 py3-pip postgresql-client mysql-client py3-mysqlclient \
curl mailcap xapian-core xapian-bindings-python3 libffi gettext \
&& python3 -m pip install -U pip setuptools wheel \
&& python3 -m pip install -U \