Build image for www-gitlab-com

This commit is contained in:
Kamil Trzcinski 2016-07-21 15:27:07 +02:00
parent 1f71111819
commit e305ced647
5 changed files with 14 additions and 3 deletions

View file

@ -13,3 +13,4 @@ variables:
ruby-2.1: *build_and_deploy
ruby-2.2: *build_and_deploy
ruby-2.3: *build_and_deploy
www-gitlab-com: *build_and_deploy

View file

@ -1,6 +1,7 @@
FROM ruby:2.1
ENV PACKAGES "git-core"
ENV PACKAGES "git-core" \
LC_ALL=en_US.UTF-8
ADD / /
RUN /scripts/install-essentials

View file

@ -1,6 +1,7 @@
FROM ruby:2.3
ENV PACKAGES "git-core"
ENV PACKAGES "git-core" \
LC_ALL=en_US.UTF-8
ADD / /
RUN /scripts/install-essentials

View file

@ -1,6 +1,7 @@
FROM ruby:2.2
ENV PACKAGES "git-core"
ENV PACKAGES "git-core" \
LC_ALL=en_US.UTF-8
ADD / /
RUN /scripts/install-essentials

View file

@ -0,0 +1,7 @@
FROM ruby:2.1
ENV PACKAGES "git-core nodejs pandoc texlive-latex-recommended texlive-xetex texlive-fonts-recommended ed" \
LC_ALL=en_US.UTF-8
ADD / /
RUN /scripts/install-essentials