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

View File

@ -10,13 +10,15 @@ RUN apt-get update && apt-get install -y \
git \
libtool \
make \
python-minimal \
python \
python-pip \
rsync \
unzip \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN pip install argparse
RUN pip install -U \
argparse
# Install Go
ENV GO_VERSION 1.6.2