aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_base
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-02-02 14:10:42 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-02-02 14:10:42 -0800
commit975a07b9494f3ea48ab0474f8554947018ca32f3 (patch)
tree8928490cbe969f5d76528f4472d4b7fe51d24e35 /tools/dockerfile/grpc_base
parent1fb40badf1d72d286456b6196de20e7bf8646987 (diff)
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
Diffstat (limited to 'tools/dockerfile/grpc_base')
-rw-r--r--tools/dockerfile/grpc_base/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/dockerfile/grpc_base/README.md b/tools/dockerfile/grpc_base/README.md
index 4745141fc4..e3b5f2ef37 100644
--- a/tools/dockerfile/grpc_base/README.md
+++ b/tools/dockerfile/grpc_base/README.md
@@ -4,8 +4,7 @@ Base GRPC Dockerfile
Dockerfile for creating the base gRPC development Docker instance.
For now, this assumes that the development will be done on GCE instances, with source code on Git-on-Borg.
-As of 2014/09/29, it includes
+As of 2015/02/02, it includes
- git
- some useful tools like curl, emacs, strace, telnet etc
-- downloads the gerrit-compute-tools and installs the script that allows access to gerrit when on git-on-borg
- a patched version of protoc, to allow protos with stream tags to work