mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
initial commit
This commit is contained in:
commit
aefaed4d90
13 changed files with 120 additions and 0 deletions
7
Dockerfile.ruby-2.1
Normal file
7
Dockerfile.ruby-2.1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM ruby:2.1
|
||||
|
||||
ENV PACKAGES "git-core"
|
||||
|
||||
ADD / /
|
||||
RUN /scripts/install-essentials
|
||||
RUN /scripts/install-phantomjs
|
||||
Loading…
Add table
Add a link
Reference in a new issue