Install GNU gettext at gitpod startup

This commit is contained in:
Xuesong 2022-08-09 16:31:34 +08:00 committed by Christopher Charbonneau Wells
parent 54511e0b0a
commit 13e5302c77
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
tasks: tasks:
- init: > - init: >
sudo apt update &&
sudo apt -y install gettext &&
pipenv install --three && pipenv install --three &&
npm install -g gulp-cli && npm install -g gulp-cli &&
npm install && npm install &&