toolbox/Dockerfile
2017-03-06 15:56:13 +01:00

4 lines
71 B
Docker

FROM alpine
RUN apk add --no-cache git vim zsh
ADD zshrc /root/.zshrc