update pip

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-05-23 21:47:57 -07:00
parent 08a62d61f5
commit f489d798ab
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN pip install argparse
# Install Go
ENV GO_VERSION 1.6.2
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \