4 lines
71 B
Docker
4 lines
71 B
Docker
FROM alpine
|
|
|
|
RUN apk add --no-cache git vim zsh
|
|
ADD zshrc /root/.zshrc
|