diff --git a/Dockerfile b/Dockerfile index f65fc32..88708c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,9 @@ FROM alpine -RUN apk add --no-cache git vim zsh +RUN apk add --no-cache \ + curl \ + git \ + openssh \ + vim \ + zsh ADD zshrc /root/.zshrc