Add gettext to Dockerfile deps for translation

This commit is contained in:
Livvy Mackintosh 2017-10-01 20:21:14 +02:00
parent b4f9b7ce8b
commit c4114cbbad

View File

@ -59,6 +59,8 @@ COPY ./support/cron/* /etc/cron.d/
RUN chmod 0644 /etc/cron.d/*\ RUN chmod 0644 /etc/cron.d/*\
&& touch /var/log/cron.log && touch /var/log/cron.log
RUN apt-get install -y gettext
EXPOSE 8000 EXPOSE 8000
CMD [ "python3", "manage.py", "migrate", "&&", \ CMD [ "python3", "manage.py", "migrate", "&&", \