ohmyzsh/.gitpod.Dockerfile

5 lines
131 B
Docker
Executable file

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