Skip to content
Snippets Groups Projects
Commit 98b5153f authored by Simon Künzel's avatar Simon Künzel
Browse files

Add libpcre to Dockerfile

parent 59c351be
Branches
No related tags found
No related merge requests found
Pipeline #5908 failed
...@@ -13,6 +13,9 @@ RUN apk add --no-cache \ ...@@ -13,6 +13,9 @@ RUN apk add --no-cache \
bash \ bash \
python3 \ python3 \
py3-pip \ py3-pip \
# Required for uwsgi (Logging)
libpcre3 \
libpcre3-dev \
# Required for psycopg # Required for psycopg
libpq-dev \ libpq-dev \
git \ git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment