Skip to content

Commit

Permalink
Improve gitpod workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
g-arjones committed Jul 16, 2021
1 parent 526a15c commit 8e5a8ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitpod.yml
Expand Up @@ -2,7 +2,14 @@ tasks:
- name: Dependencies
init: |
sudo apt update
sudo apt install libnss3 gnupg libxkbfile1 libsecret-1-0 libgtk-3-0 libxss1 libgbm1 xvfb
DEBIAN_FRONTEND=noninteractive sudo apt install -y libnss3 \
gnupg \
libxkbfile1 \
libsecret-1-0 \
libgtk-3-0 \
libxss1 \
libgbm1 \
xvfb
npm install
npm install -g gulp
Expand Down

0 comments on commit 8e5a8ce

Please sign in to comment.