Skip to content

Instantly share code, notes, and snippets.

View henrjk's full-sized avatar

Henrich Krämer henrjk

View GitHub Profile
@henrjk
henrjk / Dockerfile
Last active August 29, 2015 14:07
second invocation of yo has no permissions on root install
FROM debian:wheezy
RUN apt-get update && apt-get install -y \
wget \
ca-certificates \
curl \
bzip2 \
git \
&& rm -rf /var/lib/apt/lists/*