Files
dotfiles/zsh/.oh-my-zsh/.gitpod.Dockerfile
Christian Nieves 76a6480b62 Populate repo
2022-04-19 15:50:47 +00:00

6 lines
131 B
Docker

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