1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

simplify code contributions + reviews by fully automating the dev setup with Gitpod. (#824)

This commit is contained in:
Nisar Hassan Naqvi
2020-10-11 11:29:26 +05:00
committed by GitHub
parent 2f56fc2cd4
commit 523fd0e833
3 changed files with 24 additions and 0 deletions

4
.gitpod.Dockerfile vendored Normal file
View File

@@ -0,0 +1,4 @@
FROM gitpod/workspace-full
RUN sudo apt-get update \
&& sudo apt install ffmpeg -yq