diff --git a/mifosx/Dockerfile b/mifosx/Dockerfile index 31f4d91..a0fe3fc 100644 --- a/mifosx/Dockerfile +++ b/mifosx/Dockerfile @@ -21,6 +21,14 @@ RUN \ && apk --no-cache del wget \ && rm -rf /tmp/fineractplatform-18.03.01.RELEASE /tmp/mifosx.zip +COPY docker/tmp/ /tmp/ + +RUN \ + # Update Czech translation of community-app + wget 'https://translatewiki.net/wiki/Special:ExportTranslations?group=out-mifos&language=cs&format=export-to-file' -O /srv/tomcat/webapps/ROOT/global-translations/locale-cs.json \ + && cd /srv/tomcat/webapps/ROOT/scripts/ \ + && patch -p0