From 28b539383752c373e155b32661981b065e181fb8 Mon Sep 17 00:00:00 2001 From: Alex Benya Denisov Date: Thu, 30 Jul 2026 21:37:20 +0300 Subject: [PATCH] fix: build Russian LuCI language package --- deploy/luci-builder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/luci-builder/Dockerfile b/deploy/luci-builder/Dockerfile index 6df360b..c656cef 100644 --- a/deploy/luci-builder/Dockerfile +++ b/deploy/luci-builder/Dockerfile @@ -144,6 +144,7 @@ RUN rm -rf tmp/info \ RUN printf '%s\n' \ 'CONFIG_PACKAGE_luci-app-rmm-agent=m' \ 'CONFIG_LUCI_LANG_ru=y' \ + 'CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m' \ >> .config \ && make defconfig \ && awk ' \