From 0335709590448ba2a536897a12d209df1031eea3 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 20 Mar 2017 12:34:17 +0100 Subject: [PATCH] add bash, make, tree --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4b7a33a..fd4f0e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,15 @@ FROM alpine RUN apk add --no-cache \ + bash \ coreutils \ curl \ git \ gnupg \ + make \ openssh \ socat \ + tree \ vim \ zsh ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8