diff --git a/deploy/luci-builder/Dockerfile b/deploy/luci-builder/Dockerfile index 6170de9..1523990 100644 --- a/deploy/luci-builder/Dockerfile +++ b/deploy/luci-builder/Dockerfile @@ -143,7 +143,7 @@ RUN rm -rf tmp/info \ RUN printf '%s\n' \ 'CONFIG_PACKAGE_luci-app-rmm-agent=m' \ - 'CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m' \ + 'CONFIG_LUCI_LANG_ru=m' \ >> .config \ && make defconfig \ && awk ' \ @@ -160,6 +160,7 @@ RUN printf '%s\n' \ ' .config > .config.packages-pruned \ && mv .config.packages-pruned .config \ && grep -q '^CONFIG_PACKAGE_luci-app-rmm-agent=m$' .config \ + && grep -q '^CONFIG_LUCI_LANG_ru=m$' .config \ && grep -q '^CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m$' .config RUN make -j1 package/luci-app-rmm-agent/compile V=s