add shellcheck to lsp

This commit is contained in:
Ruben Fiszel
2023-05-18 14:15:16 +02:00
parent d2c2e67718
commit 71c8b563ce
+2
View File
@@ -1,5 +1,7 @@
FROM nikolaik/python-nodejs:python3.11-nodejs19-slim
RUN apt-get update \
&& apt-get install -y shellcheck
RUN yarn global add diagnostic-languageserver
RUN yarn global add pyright
RUN set -eux; \