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. |
| 5 | For now, this assumes that the development will be done on GCE instances, with source code on Git-on-Borg. |
| 6 | |
murgatroid99 | 975a07b | 2015-02-02 14:10:42 -0800 | [diff] [blame^] | 7 | As of 2015/02/02, it includes |
Nicolas Noble | ddef246 | 2015-01-06 18:08:25 -0800 | [diff] [blame] | 8 | - git |
| 9 | - some useful tools like curl, emacs, strace, telnet etc |
Nicolas Noble | ddef246 | 2015-01-06 18:08:25 -0800 | [diff] [blame] | 10 | - a patched version of protoc, to allow protos with stream tags to work |