Skip to content

Instantly share code, notes, and snippets.

@brandonsoto
Last active April 28, 2017 02:47
Show Gist options
  • Save brandonsoto/14e3ed3a6352eebd5c4f196844efd5be to your computer and use it in GitHub Desktop.
Save brandonsoto/14e3ed3a6352eebd5c4f196844efd5be to your computer and use it in GitHub Desktop.
cppapp rpi
FROM resin/rpi-raspbian:latest
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