Fix translation in horizon

Change-Id: I699ff6ea91ce8494f80379b5b60e06a42eb67990
This commit is contained in:
okozachenko 2020-05-19 20:59:04 +03:00
parent 584787e3a7
commit cded7a7b82
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,8 @@ RUN ln -s /etc/horizon/local_settings.py local/local_settings.py && \
cp ../octavia_dashboard/enabled/*.py enabled/ && \
cp ../sahara_dashboard/enabled/*.py enabled/
COPY manage.py .
RUN python manage.py collectstatic --no-input && \
RUN python manage.py compilemessages && \
python manage.py collectstatic --no-input && \
python manage.py compress --force && \
chown 1001 -R local/ ../static
COPY *.svg ../static/dashboard/img/

View File

@ -1,3 +1,4 @@
gcc [compile]
libc-dev [compile]
mime-support
gettext