Skip to content

Instantly share code, notes, and snippets.

View yiquanzhou's full-sized avatar

Yiquan Zhou yiquanzhou

View GitHub Profile
@yiquanzhou
yiquanzhou / Dockerfile
Created October 15, 2016 09:44
Docker file to create a image with firefox and xvfb installed
FROM atlassian/default-image:latest
RUN apt-get update -qqy
# Get wget to download firefox and xvfb
RUN apt-get install -y wget xvfb
# Set firefox version and installation directory through environment variables.
ENV FIREFOX_VERSION 45.0
ENV FIREFOX_DIR /usr/bin/firefox