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 \ 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