Skip to content
Snippets Groups Projects
Unverified Commit 45998ee1 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett Committed by Luke Bennett
Browse files

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

Added `install-node` to install node:7.1
parent 0139406e
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