Skip to content

Instantly share code, notes, and snippets.

@brandonsoto
Last active April 28, 2017 02:38
Show Gist options
  • Save brandonsoto/e78c303f214d2a27f4404b6bd1245a0f to your computer and use it in GitHub Desktop.
Save brandonsoto/e78c303f214d2a27f4404b6bd1245a0f to your computer and use it in GitHub Desktop.
cppapp ubuntu
FROM ubuntu:16.04
MAINTAINER Brandon Soto (brandon.soto09@gmail.com)
RUN \
apt-get -y -qq update && \
apt-get -y -qq install cmake build-essential git && \
rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment