mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
15 lines
308 B
Groff
15 lines
308 B
Groff
FROM ruby:2.4.1
|
|
|
|
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
|