Skip to content
Snippets Groups Projects
Commit 0bfb3e67 authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'Dockerfile-ruby-2-3-git-2-7-phantomjs-2-1-node-7-1' into 'master'

Dockerfile.ruby-2.3-git-2.7-phantomjs-2.1-node-7.1

`ruby:2.3`

`git:2.7`

`phantomjs:2.1`

`node:7.1`

See merge request !17
parents eaafa7be 45998ee1
No related branches found
No related tags found
1 merge request!17Dockerfile.ruby-2.3-git-2.7-phantomjs-2.1-node-7.1
FROM ruby:2.3
ADD / /
RUN /scripts/install-essentials
RUN /scripts/install-phantomjs 2.1.1
RUN /scripts/install-node
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
\ No newline at end of file
#!/bin/bash
set -xeo pipefail
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment