Skip to content

Commit

Permalink
Add more stuff to the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Nov 8, 2024
1 parent bb1b4aa commit 2c7d53c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ RUN curl -fsSLo /tmp/homebrew-install.sh \
rm /tmp/homebrew-install.sh && \
/home/linuxbrew/.linuxbrew/bin/brew install \
atuin \
ansible-language-server \
bash-language-server \
bat \
fd \
fish \
Expand All @@ -61,9 +59,8 @@ RUN curl -fsSLo /tmp/homebrew-install.sh \
starship \
stow \
stylua \
tailwindcss-language-server \
typescript-language-server \
yaml-language-server \
yarn \
yazi \
zoxide

Expand All @@ -74,9 +71,15 @@ RUN gem install \
ruby-lsp \
ruby-lsp-rails && \
npm install --global \
bash-language-server \
typescript-language-server \
vscode-css-languageservice \
vscode-html-languageservice \
vscode-json-languageservice
vscode-json-languageservice \
@ansible/ansible-language-server \
@olrtg/emmet-language-server \
@tailwindcss/language-server && \
yarn global add yaml-language-server

USER root

Expand Down

0 comments on commit 2c7d53c

Please sign in to comment.