From 46f11648d902b22a177b878e35d6049a7a127ce7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 14 May 2024 12:53:28 +0100 Subject: Can now upload to Spaces --- compose/production/django/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'compose/production') 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 -- cgit v1.2.3