Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created July 20, 2017 10:02
Show Gist options
  • Save maxehmookau/e7317e8eb137c1985e9ae9d8c752d890 to your computer and use it in GitHub Desktop.
Save maxehmookau/e7317e8eb137c1985e9ae9d8c752d890 to your computer and use it in GitHub Desktop.
FROM ruby:2.3.3
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
... general setup
COPY test/phantomjs /usr/bin/phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment