Don't install gettext in production

This commit is contained in:
Mouse Reeve 2021-03-03 15:18:06 -08:00
parent 8ac2315cc6
commit 88879207b9

View file

@ -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/