mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
7 lines
111 B
Groff
7 lines
111 B
Groff
FROM ruby:2.3
|
|
|
|
ENV PACKAGES "git-core"
|
|
|
|
ADD / /
|
|
RUN /scripts/install-essentials
|
|
RUN /scripts/install-phantomjs
|