tidb-incubator / tidis

A distributed transactional large-scale NoSQL database powered by TiKV
Apache License 2.0
460 stars 30 forks source link

Create dockerfile for reproducible build #35

Closed iosmanthus closed 2 years ago

iosmanthus commented 2 years ago

tikv-service depends on grpcio, which depends on lots of deps like cmake, perl, protobuf. It will blow up users' mind if they are the first time to try to build the tikv-service. We may need a dockerfile to make it reproducible in docker.