From 98b5153f8eea9eeb3b441ae0ad7ace71c01be544 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20K=C3=BCnzel?= <simonk@fsmpi.rwth-aachen.de>
Date: Tue, 28 May 2024 20:43:41 +0200
Subject: [PATCH] Add libpcre to Dockerfile

---
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 3b0878c..0b0d674 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,9 @@ RUN apk add --no-cache \
     bash \
     python3 \
     py3-pip \
+    # Required for uwsgi (Logging)
+    libpcre3 \
+    libpcre3-dev \
     # Required for psycopg
     libpq-dev \
     git \
-- 
GitLab