From f489d798ab59d5624e9595147d14fbf7a3a2d675 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 23 May 2016 21:47:57 -0700 Subject: [PATCH] update pip Signed-off-by: Jess Frazelle --- kubes-dev/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubes-dev/Dockerfile b/kubes-dev/Dockerfile index 9653e23..884705e 100644 --- a/kubes-dev/Dockerfile +++ b/kubes-dev/Dockerfile @@ -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" \