Skip to content

Instantly share code, notes, and snippets.

@tarnacious
tarnacious / Dockerfile
Last active November 16, 2015 15:34 — forked from anonymous/stdin
stdin
# Dockerfile
FROM debian:stretch
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
build-essential \
make \
curl \
boxer \
cpio \