ruby-2.3.3-golang-1.8-git-2.8.4

This commit is contained in:
Andrew Newdigate 2017-08-07 15:57:52 +00:00
parent 2e43cb6259
commit 71c8d6ea15

View file

@ -0,0 +1,12 @@
FROM ruby:2.3.3
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-golang
ENV PATH /usr/local/go/bin:$PATH
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8