Add go to the minikube-iso build.

pull/2161/head
dlorenc 2017-11-06 07:56:01 -08:00 committed by dlorenc
parent fc4b94e756
commit f46b2fdde4
1 changed files with 3 additions and 0 deletions

View File

@ -40,5 +40,8 @@ RUN wget -O - https://github.com/Yelp/dumb-init/archive/v1.2.0.tar.gz | tar xvzf
&& mv dumb-init-1.2.0/dumb-init /usr/bin \
&& rm -rf dumb-init-1.2.0
RUN wget -O - https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz | tar -C /usr/local -xvz
ENV PATH $PATH:/usr/local/go/bin
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["/bin/bash"]