mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
8 lines
133 B
Groff
8 lines
133 B
Groff
FROM ruby:2.3
|
|
|
|
ENV PACKAGES="git-core" \
|
|
LC_ALL=en_US.UTF-8
|
|
|
|
ADD / /
|
|
RUN /scripts/install-essentials
|
|
RUN /scripts/install-phantomjs
|