diff --git a/images/miq-app-frontend/Dockerfile b/images/miq-app-frontend/Dockerfile index 578daad11..f2fc1d4ab 100644 --- a/images/miq-app-frontend/Dockerfile +++ b/images/miq-app-frontend/Dockerfile @@ -49,7 +49,8 @@ RUN source /etc/default/evm && \ ## Build SUI RUN source /etc/default/evm && \ cd ${SUI_ROOT} && \ - yarn install --production && \ + yarn install && \ + yarn run available-languages && \ yarn run build && \ yarn cache clean