Skip to content

Instantly share code, notes, and snippets.

View jeato's full-sized avatar

John Eaton jeato

  • Conductor
  • Brooklyn, NY
View GitHub Profile
@jeato
jeato / Dockerfile
Created March 17, 2015 20:45
selenium/base Dockerfile
FROM ubuntu
ENV VERSION 2.44.0
RUN apt-get update -qqy \
&& apt-get -qqy --no-install-recommends install \
software-properties-common \
&& rm -rf /var/lib/apt/lists/*
RUN add-apt-repository -y ppa:webupd8team/java