Add gitpod integration

Fixes #8212

Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
This commit is contained in:
Marc Cornellà 2020-10-11 20:12:16 +02:00
commit 2657c87f0a
3 changed files with 15 additions and 0 deletions

5
.gitpod.Dockerfile vendored Normal file
View 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/*