mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 04:40:38 +00:00
Create .gitpod.yml
This commit is contained in:
parent
ac5068270f
commit
46e5b46617
1 changed files with 4 additions and 0 deletions
4
.gitpod.yml
Normal file
4
.gitpod.yml
Normal 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/*
|
Loading…
Reference in a new issue