dotfiles/zsh/.local/share/oh-my-zsh/.oh-my-zsh/.gitpod.Dockerfile

6 lines
131 B
Docker
Raw Normal View History

2024-06-19 00:06:56 +02:00
FROM gitpod/workspace-full
RUN sudo apt-get update && \
sudo apt-get install -y zsh && \
sudo rm -rf /var/lib/apt/lists/*