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:
committed by
GitHub
parent
2f56fc2cd4
commit
523fd0e833
4
.gitpod.Dockerfile
vendored
Normal file
4
.gitpod.Dockerfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
RUN sudo apt-get update \
|
||||
&& sudo apt install ffmpeg -yq
|
||||
Reference in New Issue
Block a user