File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM gitpod/workspace-full
2
+ # Make runc's proc mount work again https://github.com/gitpod-io/gitpod/issues/5124#issuecomment-897048987
3
+ RUN curl -o olderrunc -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc93/runc.amd64 && chmod 755 olderrunc
4
+ RUN sudo rm /usr/bin/runc && sudo cp olderrunc /usr/bin/runc
2
5
RUN sudo apt-get -qq update && sudo apt-get install -y zsh && sudo chsh -s $(which zsh)
3
6
RUN sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes && echo 'eval "$(starship init zsh)"' > .zshrc
4
7
RUN curl -OL https://github.com/lando/lando/releases/download/v3.1.4/lando-v3.1.4.deb && sudo dpkg -i lando-v3.1.4.deb && rm -rf lando-v3.1.4.deb
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ vscode:
19
19
- stylelint.vscode-stylelint
20
20
- tombonnike.vscode-status-bar-format-toggle
21
21
- usernamehw.errorlens
22
- - whatwedo .twig
23
- - marcostazi .vs-code-drupal
22
+ - mblode .twig-language
23
+ - skippednote .vs-code-drupal
You can’t perform that action at this time.
0 commit comments