gitlab-build-images/Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6
Lin Jen-Shin (godfat) 8c96abc289 Revert "Merge branch 'ripgrep' into 'master'"
This reverts merge request !47
2017-07-28 05:46:15 +00:00

15 lines
308 B
Groff

FROM ruby:2.3.3
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs 2.1.1
RUN /scripts/install-node
RUN /scripts/install-golang
RUN /scripts/install-postgresql
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