File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Need to add :latest, otherwise old versions (e.g. of node) are installed
22FROM gitpod/workspace-full-vnc:latest
33
4- # RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5- # RUN sudo apt-get install git-lfs
6- # RUN git lfs install
4+ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5+ RUN sudo apt-get install git-lfs
6+ RUN git lfs install
77
88# https://www.gitpod.io/docs/languages/javascript
99# https://github.com/gitpod-io/gitpod/issues/945
Original file line number Diff line number Diff line change 1818 init: |-
1919 git config --global user.name "Sebastian Landwehr"
2020 git config diff.lfs.textconv cat
21+ git lfs pull
2122 pnpm install --frozen-lockfile
2223vscode :
2324 extensions :
Original file line number Diff line number Diff line change 1919 "commit" : " base commit" ,
2020 "depcheck" : " base depcheck" ,
2121 "lint" : " base lint" ,
22+ "prepare" : " base prepare" ,
2223 "prepublishOnly" : " base prepublishOnly" ,
2324 "test" : " base test" ,
2425 "test:raw" : " base test:raw"
You can’t perform that action at this time.
0 commit comments