build: install gettext (#2049)

This commit is contained in:
shaohuzhang1 2025-01-21 10:36:07 +08:00 committed by GitHub
parent e789825852
commit f3045933df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ ARG DEPENDENCIES=" \
curl \
ca-certificates \
vim \
gettext \
postgresql-15-pgvector"
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \