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

Fix libpcre version

parent 98b5153f
No related branches found
No related tags found
No related merge requests found
Pipeline #5910 passed
...@@ -14,8 +14,8 @@ RUN apk add --no-cache \ ...@@ -14,8 +14,8 @@ RUN apk add --no-cache \
python3 \ python3 \
py3-pip \ py3-pip \
# Required for uwsgi (Logging) # Required for uwsgi (Logging)
libpcre3 \ pcre2 \
libpcre3-dev \ pcre2-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