Docker scripts and compose for sese-engine (https://github.com/RimoChan/sese-engine)
现在最新刀客镜像版本是 anzupop/sese-engine:multiarch
docker-compose up
- 编译时为了能有轮子而不是从头编译,把
orjson
的包依赖改成了当前版本;然后把用不到的看堆内存的东西丢掉了。
make all
make clean && make build
Docker scripts and compose for sese-engine (https://github.com/RimoChan/sese-engine)
现在最新刀客镜像版本是 anzupop/sese-engine:multiarch
docker-compose up
orjson
的包依赖改成了当前版本;然后把用不到的看堆内存的东西丢掉了。make all
make clean && make build