Skip to content

Instantly share code, notes, and snippets.

@Hexa
Created October 31, 2017 23:37
Show Gist options
  • Save Hexa/da1c19a5f2d96642f27bd3aa524af52b to your computer and use it in GitHub Desktop.
Save Hexa/da1c19a5f2d96642f27bd3aa524af52b to your computer and use it in GitHub Desktop.
FROM ubuntu:16.04
MAINTAINER Hexa <hexa.diary@gmail.com>
ONBUILD RUN apt-get update && apt-get -y install \
chromium-browser \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment