.gitpod.Dockerfile 131 Bytes
Newer Older
Marc Cornellà's avatar
Marc Cornellà committed
1
2
3
4
5
FROM gitpod/workspace-full

RUN sudo apt-get update && \
    sudo apt-get install -y zsh && \
    sudo rm -rf /var/lib/apt/lists/*