diff options
Diffstat (limited to '')
-rw-r--r-- | compose/production/django/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 502c16e..6e816f1 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -40,6 +40,7 @@ RUN addgroup --system django \ # Install required system dependencies RUN apt-get update && apt-get install --no-install-recommends -y \ + libmagic1 \ # psycopg dependencies libpq-dev \ # Translations dependencies |