Add pcre support to uwsgi 20/94020/1
authorBin Yang <bin.yang@windriver.com>
Wed, 21 Aug 2019 08:44:33 +0000 (08:44 +0000)
committerBin Yang <bin.yang@windriver.com>
Wed, 21 Aug 2019 08:44:33 +0000 (08:44 +0000)
Change-Id: If36736133cc324da3927a8aab2a27ad7bdcfe97a
Issue-ID: MULTICLOUD-774
Signed-off-by: Bin Yang <bin.yang@windriver.com>
windriver/docker/Dockerfile

index 8310238..a6ee30c 100644 (file)
@@ -20,7 +20,7 @@ RUN addgroup -S onap && adduser -S -G onap onap
 # COPY ./ /opt/windriver/
 COPY ./multicloud-openstack-windriver-*.zip /opt/multicloud-openstack-windriver.zip
 RUN apk update && \
-    apk add uwsgi memcached wget unzip gcc make libc-dev libffi-dev openssl-dev && \
+    apk add pcre pcre-dev uwsgi memcached wget unzip gcc make libc-dev libffi-dev openssl-dev && \
     cd /opt/ && \
     unzip -q -o -B multicloud-openstack-windriver.zip && \
     chmod +x /opt/windriver/*.sh && \