Fix translation in horizon
Change-Id: I699ff6ea91ce8494f80379b5b60e06a42eb67990
This commit is contained in:
parent
584787e3a7
commit
cded7a7b82
@ -36,7 +36,8 @@ RUN ln -s /etc/horizon/local_settings.py local/local_settings.py && \
|
|||||||
cp ../octavia_dashboard/enabled/*.py enabled/ && \
|
cp ../octavia_dashboard/enabled/*.py enabled/ && \
|
||||||
cp ../sahara_dashboard/enabled/*.py enabled/
|
cp ../sahara_dashboard/enabled/*.py enabled/
|
||||||
COPY manage.py .
|
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 && \
|
python manage.py compress --force && \
|
||||||
chown 1001 -R local/ ../static
|
chown 1001 -R local/ ../static
|
||||||
COPY *.svg ../static/dashboard/img/
|
COPY *.svg ../static/dashboard/img/
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
gcc [compile]
|
gcc [compile]
|
||||||
libc-dev [compile]
|
libc-dev [compile]
|
||||||
mime-support
|
mime-support
|
||||||
|
gettext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user