Skip to content

Instantly share code, notes, and snippets.

View riderx's full-sized avatar
🏠
Working from home

Martin DONADIEU riderx

🏠
Working from home
View GitHub Profile
@riderx
riderx / Dockerfile
Last active March 3, 2019 13:34 — forked from kenfehling/Dockerfile
Docker: Ubuntu 16.04 with Node 6.10.2, Selenium Standalone, Chrome Headless
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
apt-transport-https \
openjdk-8-jre-headless \
curl \
xz-utils \
unzip \
bzip2 \