blob: e3b5f2ef373d85adb060d5d43c2f2abdc75ce843 [file] [log] [blame] [view]
Nicolas Nobleddef2462015-01-06 18:08:25 -08001Base GRPC Dockerfile
2====================
3
4Dockerfile for creating the base gRPC development Docker instance.
5For now, this assumes that the development will be done on GCE instances, with source code on Git-on-Borg.
6
murgatroid99975a07b2015-02-02 14:10:42 -08007As of 2015/02/02, it includes
Nicolas Nobleddef2462015-01-06 18:08:25 -08008- git
9- some useful tools like curl, emacs, strace, telnet etc
Nicolas Nobleddef2462015-01-06 18:08:25 -080010- a patched version of protoc, to allow protos with stream tags to work