diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 5cf2d97..db86680 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -15,6 +15,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ libpq-dev \ # git \ git + # make + make # Requirements are installed here to ensure they will be cached. COPY ./requirements .