diff --git a/Dockerfile b/Dockerfile index 3b0878cb10f0c7d284987b3152f91a744a0a8074..0b0d674a65fbfaca09fdebc9bce20422d9713ded 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 \