Additional rounds of initialization to fix github throttling issue
This commit is contained in:
parent
bf1f88b7a4
commit
6598ec4861
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ RUN nvim --headless +TSUpdateSync \
|
|||
+qa; \
|
||||
nvim --headless +TSUpdateSync \
|
||||
+qa; \
|
||||
nvim --headless +TSUpdateSync \
|
||||
+qa; \
|
||||
nvim --headless +TSUpdateSync \
|
||||
+qa; \
|
||||
chown -R root:root /root/.local/share/nvim/mason/packages/sqlls/node_modules/sql-language-server/
|
||||
|
||||
RUN echo $'[ -f /usr/share/fzf/key-bindings.bash ] && source /usr/share/fzf/key-bindings.bash \n\
|
||||
|
|
Loading…
Reference in a new issue