fix: add gettext to cli-build stage for msgfmt locale compilation
share/GNUmakefile compiles .po -> .mo files via msgfmt (same pattern as the engine build stage) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -118,6 +118,7 @@ RUN apk add --no-cache \
|
|||||||
FROM engine AS cli-build
|
FROM engine AS cli-build
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
gettext \
|
||||||
make \
|
make \
|
||||||
perl-app-cpanminus \
|
perl-app-cpanminus \
|
||||||
perl-json-xs \
|
perl-json-xs \
|
||||||
|
|||||||
Reference in New Issue
Block a user