1 Star 0 Fork 2

aetherus / postgres-jieba

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
aetherus 提交于 2017-02-06 22:11 . Download pg_jieba from github
FROM postgres:alpine
LABEL maintainer="aetherus.zhou@gmail.com" \
description="PostgreSQL + jieba 中文全文搜索"
RUN ["apk", "add", "--update", "alpine-sdk"]
RUN ["git", "clone", "https://github.com/jaiminpan/pg_jieba.git", "/usr/src/pg_jieba"]
WORKDIR /usr/src/pg_jieba
RUN USE_PGXS=1 make && USE_PGXS=1 make install
EXPOSE 5432
VOLUME /var/lib/postgresql/data
Docker相关
1
https://gitee.com/aetherus/postgres-jieba.git
git@gitee.com:aetherus/postgres-jieba.git
aetherus
postgres-jieba
postgres-jieba
master

搜索帮助