mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
update;
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
f489d798ab
commit
b4572555ae
|
@ -10,13 +10,15 @@ RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
libtool \
|
libtool \
|
||||||
make \
|
make \
|
||||||
python-minimal \
|
python \
|
||||||
|
python-pip \
|
||||||
rsync \
|
rsync \
|
||||||
unzip \
|
unzip \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install argparse
|
RUN pip install -U \
|
||||||
|
argparse
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
ENV GO_VERSION 1.6.2
|
ENV GO_VERSION 1.6.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user