This commit is contained in:
jeromewu
2019-11-06 13:07:12 +00:00
parent dbcb56b55c
commit c01845d28a
16 changed files with 1286 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: >
wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip &> /dev/null &&
unzip /tmp/vim.zip -d /home/gitpod &> /dev/null
unzip /tmp/vim.zip -d /home/gitpod &> /dev/null &&
npm install