mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-24 20:55:39 +02: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 \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN pip install argparse
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
ENV GO_VERSION 1.6.2
|
ENV GO_VERSION 1.6.2
|
||||||
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
|
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user