blob: 4745141fc49695477bda0b92623b8a1fc9279709 [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
7As of 2014/09/29, it includes
8- git
9- some useful tools like curl, emacs, strace, telnet etc
10- downloads the gerrit-compute-tools and installs the script that allows access to gerrit when on git-on-borg
11- a patched version of protoc, to allow protos with stream tags to work