From 88879207b9badd3393157fddab65588b3aaf6776 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 3 Mar 2021 15:18:06 -0800 Subject: [PATCH] Don't install gettext in production --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f10015c..3d04ea60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,5 @@ WORKDIR /app COPY requirements.txt /app/ RUN pip install -r requirements.txt --no-cache-dir -RUN apt-get update && apt-get install -y gettext libgettextpo-dev && apt-get clean COPY ./bookwyrm ./celerywyrm /app/