aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-17 20:02:21 -0800
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-17 20:02:21 -0800
commit78730fc072458e85b0ede8bd36a31b43e784b97a (patch)
tree1bdfaf3f9ebe343d2cc0280cf1203ad7a74fbdc0
parent0a9ae3d23d48667d3fe915b233e4d5cab55be92f (diff)
parent16b8924068c52eb20e0cfd3b1416c6eb720992c3 (diff)
Merge pull request #570 from nathanielmanistaatgoogle/erroneous-trailing-backslash
Drop an erroneous trailing backslash.
-rw-r--r--tools/dockerfile/grpc_python_base/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_python_base/Dockerfile b/tools/dockerfile/grpc_python_base/Dockerfile
index 01292c2e12..98f695a819 100644
--- a/tools/dockerfile/grpc_python_base/Dockerfile
+++ b/tools/dockerfile/grpc_python_base/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
python-all-dev \
python3-all-dev \
python-pip \
- python-virtualenv \
+ python-virtualenv
# Install Python packages from PyPI
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0-alpha-1