toolbox/Dockerfile

5 lines
71 B
Text
Raw Normal View History

2017-03-05 12:37:13 +00:00
FROM alpine
2017-03-06 13:54:41 +00:00
RUN apk add --no-cache git vim zsh
2017-03-06 14:56:13 +00:00
ADD zshrc /root/.zshrc