Add gettext to Dockerfile deps for translation
This commit is contained in:
parent
b4f9b7ce8b
commit
c4114cbbad
@ -59,6 +59,8 @@ COPY ./support/cron/* /etc/cron.d/
|
||||
RUN chmod 0644 /etc/cron.d/*\
|
||||
&& touch /var/log/cron.log
|
||||
|
||||
RUN apt-get install -y gettext
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD [ "python3", "manage.py", "migrate", "&&", \
|
||||
|
Loading…
Reference in New Issue
Block a user