mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update pip
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
08a62d61f5
commit
f489d798ab
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user