Skip to content

Instantly share code, notes, and snippets.

View luiscberrocal's full-sized avatar
👽
Happy since I left the circus...

Luis Carlos Berrocal luiscberrocal

👽
Happy since I left the circus...
View GitHub Profile
@luiscberrocal
luiscberrocal / Dockerfile
Created March 3, 2019 13:34 — forked from riderx/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 \