Nicolas Noble | ddef246 | 2015-01-06 18:08:25 -0800 | [diff] [blame] | 1 | Base GRPC Dockerfile |
| 2 | ==================== |
| 3 | |
| 4 | Dockerfile for creating the base gRPC development Docker instance. |
Jan Tattermusch | b4472d8 | 2015-02-19 08:44:56 -0800 | [diff] [blame] | 5 | For now, this assumes that the development will be done on GCE instances, |
| 6 | with source code on GitHub. |
Nicolas Noble | ddef246 | 2015-01-06 18:08:25 -0800 | [diff] [blame] | 7 | |
murgatroid99 | 975a07b | 2015-02-02 14:10:42 -0800 | [diff] [blame] | 8 | As of 2015/02/02, it includes |
Nicolas Noble | ddef246 | 2015-01-06 18:08:25 -0800 | [diff] [blame] | 9 | - git |
| 10 | - some useful tools like curl, emacs, strace, telnet etc |
Nicolas Noble | ddef246 | 2015-01-06 18:08:25 -0800 | [diff] [blame] | 11 | - a patched version of protoc, to allow protos with stream tags to work |