Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am greggilbert on github.
  • I am greggilbert (https://keybase.io/greggilbert) on keybase.
  • I have a public key ASBn3rLKSQMj04X-9HeP_FmII6l8LXk6tDaIyGxrpGb0AQo

To claim this, I am signing this object:

@greggilbert
greggilbert / Dockerfile
Created July 16, 2015 16:30
Run Cucumber in Docker with Firefox
FROM ruby:latest
RUN apt-get update -y -q
## Install xbvf
# Source: https://github.com/keyvanfatehi/docker-chrome-xvfb
RUN apt-get install -y -q unzip xvfb
ENV DISPLAY :99