Skip to content

Instantly share code, notes, and snippets.

@lukasz-kaniowski
lukasz-kaniowski / Dockerfile
Created May 31, 2016 19:29 — forked from loudnate/Dockerfile
DockerHub:loudnate/openaps-dev
# Pull base image
FROM resin/rpi-raspbian:wheezy
MAINTAINER Nathan Racklyeft <[email protected]>
# Install dependencies
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
git \
python \