Sha256: 3aae3dbffa98b06076002eeb762f539ad30fb0e518bb0675c819c7a5ccbb77b0
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
FROM ubuntu:14.04 MAINTAINER yanyiwu <wuyanyi09@foxmail.com> RUN apt-get update RUN apt-get install -y g++ cmake git RUN git clone https://github.com/aszxqw/cppjieba.git RUN mkdir cppjieba/build WORKDIR /cppjieba/build RUN cmake .. RUN make EXPOSE 11200 CMD ["./bin/cjserver", "../test/testdata/server.conf"]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jieba_rb-0.0.5 | ext/cppjieba/Dockerfile |
jieba_rb-0.0.2 | ext/cppjieba/Dockerfile |
jieba_rb-0.0.1 | ext/cppjieba/Dockerfile |