Create .gitpod.yml

This commit is contained in:
Compey 2022-06-13 20:35:34 +05:30 committed by GitHub
parent ac5068270f
commit 46e5b46617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitpod.yml Normal file
View file

@ -0,0 +1,4 @@
FROM gitpod/workspace-full-vnc:2022-05-17-12-26-08
# Install Electron dependencies.
RUN sudo apt-get update && sudo apt-get install -y libasound2-dev libgtk-3-dev libnss3-dev && sudo rm -rf /var/lib/apt/lists/*