Files
config/.oh-my-zsh/.gitpod.Dockerfile
2025-07-22 16:18:19 +01:00

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