fix(postgres): zhparser 正确仓库 amutu/zhparser(zhparser/zhparser 404 不存在)

This commit is contained in:
mavis
2026-06-15 18:59:09 +08:00
parent 21c0b5559a
commit e85a27f69d

View File

@@ -56,7 +56,7 @@ RUN set -eux; \
ENV CPATH=/usr/local/include
RUN set -eux; \
cd /tmp; \
git clone --depth 1 https://github.com/zhparser/zhparser.git; \
git clone --depth 1 https://github.com/amutu/zhparser.git; \
cd zhparser; \
make -j$(nproc); \
make install; \