add bash, make, tree

This commit is contained in:
chris 2017-03-20 12:34:17 +01:00
parent 057df6d36e
commit 0335709590

View file

@ -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