mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
We want to keep the old images so the current stable and patch releases continue to work.
8 lines
139 B
Text
8 lines
139 B
Text
FROM ruby:2.3
|
|
|
|
ENV PACKAGES="git-core" \
|
|
LC_ALL=en_US.UTF-8
|
|
|
|
ADD / /
|
|
RUN /scripts/install-essentials
|
|
RUN /scripts/install-phantomjs 2.1.1
|