pqstream icon indicating copy to clipboard operation
pqstream copied to clipboard

ci: consider building our own base image with protobuf installed

Open tmc opened this issue 8 years ago • 2 comments

tmc avatar Oct 08 '17 21:10 tmc

👍 for this this, searched out this package for hacktoberfest and I happen to have experience with grpc so I already had protbuf stuff installed. From what I remember, the install of that toolchain isn't the easiest though and is a high barrier to entry.

I could bring that dependency into the docker file, sync the volume and have a dev env that people could hack in. Thoughts?

RobAWilkinson avatar Oct 09 '17 05:10 RobAWilkinson

@RobAWilkinson I think having all of those things laid out to make for easier dev would be great.

The toolchain is unfortunately a little bit complicated and while I like the idea of providing instructions for common development environment having a docker based solution here makes a lot of sense to me! I'd be happy to collaborate on this.

tmc avatar Oct 16 '17 04:10 tmc