dot_files/dot_oh-my-zsh/dot_gitpod.Dockerfile
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00

5 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/*