aboutsummaryrefslogtreecommitdiffstats
path: root/compose
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-14 12:53:28 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-14 12:53:28 +0100
commit46f11648d902b22a177b878e35d6049a7a127ce7 (patch)
treef59f6630717bc9097c988a6d8d3eebe4ad548f1d /compose
parentb5e2c4b9a7aab20db6dd6072a01abd114e8e55de (diff)
Can now upload to Spaces
Diffstat (limited to 'compose')
-rw-r--r--compose/local/django/Dockerfile2
-rw-r--r--compose/production/django/Dockerfile1
2 files changed, 2 insertions, 1 deletions
diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile
index 5f5f4e5..553971b 100644
--- a/compose/local/django/Dockerfile
+++ b/compose/local/django/Dockerfile
@@ -47,6 +47,7 @@ RUN groupadd --gid 1000 dev-user \
# Install required system dependencies
RUN apt-get update && apt-get install --no-install-recommends -y \
+ libmagic1 \
# psycopg dependencies
libpq-dev \
# Translations dependencies
@@ -71,7 +72,6 @@ COPY ./compose/local/django/start /start
RUN sed -i 's/\r$//g' /start
RUN chmod +x /start
-
COPY ./compose/local/django/celery/worker/start /start-celeryworker
RUN sed -i 's/\r$//g' /start-celeryworker
RUN chmod +x /start-celeryworker
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