diff --git a/Dockerfile b/Dockerfile
index 0b0d674a65fbfaca09fdebc9bce20422d9713ded..bd8156c60059dffb55f2d88083d7561e32113b9f 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,8 +14,8 @@ RUN apk add --no-cache \
     python3 \
     py3-pip \
     # Required for uwsgi (Logging)
-    libpcre3 \
-    libpcre3-dev \
+    pcre2 \
+    pcre2-dev \
     # Required for psycopg
     libpq-dev \
     git \