mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-13 03:52:55 +01:00
Add phantomjs2 images
We want to keep the old images so the current stable and patch releases continue to work.
This commit is contained in:
parent
48e6679688
commit
ba27de2fd4
5 changed files with 33 additions and 3 deletions
8
Dockerfile.ruby-2.1-phantomjs2
Normal file
8
Dockerfile.ruby-2.1-phantomjs2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM ruby:2.1
|
||||
|
||||
ENV PACKAGES="git-core" \
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
ADD / /
|
||||
RUN /scripts/install-essentials
|
||||
RUN /scripts/install-phantomjs 2.1.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue