Populate repo
This commit is contained in:
5
zsh/.oh-my-zsh/.gitpod.Dockerfile
vendored
Normal file
5
zsh/.oh-my-zsh/.gitpod.Dockerfile
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
RUN sudo apt-get update && \
|
||||
sudo apt-get install -y zsh && \
|
||||
sudo rm -rf /var/lib/apt/lists/*
|
Reference in New Issue
Block a user