blob: 5c81b02425d65b82b3a3cc32ccf5faf90c77eaf8 [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.
Jan Tattermuschb4472d82015-02-19 08:44:56 -08005For now, this assumes that the development will be done on GCE instances,
6with source code on GitHub.
Nicolas Nobleddef2462015-01-06 18:08:25 -08007
murgatroid99975a07b2015-02-02 14:10:42 -08008As of 2015/02/02, it includes
Nicolas Nobleddef2462015-01-06 18:08:25 -08009- git
10- some useful tools like curl, emacs, strace, telnet etc
Nicolas Nobleddef2462015-01-06 18:08:25 -080011- a patched version of protoc, to allow protos with stream tags to work