From 70bdb9a473a899234ed4908b1815aa8cf7fd0ad2 Mon Sep 17 00:00:00 2001 From: Aaron Gundel Date: Mon, 21 Oct 2024 14:27:41 -0600 Subject: [PATCH] update build dependencies --- docker/production/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index dddfbeb2..022498a2 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -2,7 +2,7 @@ FROM public.ecr.aws/l1p7h1f9/archesproject-fargeo:7.6.x-base-prod AS base ENV APP_ROOT=${WEB_ROOT}/arches-lingo WORKDIR ${WEB_ROOT} -RUN apt-get install nginx -y && source ENV/bin/activate && pip install gunicorn +RUN apt-get install nginx -y && source ENV/bin/activate && pip install gunicorn botocore boto3 django-storages psutil COPY docker/nginx/default.conf /etc/nginx/sites-available/default