From c65e1081a04f354dc34696889694535fd5ed3cbf Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 9 Nov 2023 21:28:18 +0100 Subject: [PATCH] add python-lsp-server --- containers/cachyos/development/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/cachyos/development/Dockerfile b/containers/cachyos/development/Dockerfile index d4e8567..07f5ed5 100644 --- a/containers/cachyos/development/Dockerfile +++ b/containers/cachyos/development/Dockerfile @@ -6,7 +6,7 @@ USER build RUN yay -Sy --noconfirm vscodium-bin USER root -RUN pacman -Sy --noconfirm qtcreator +RUN pacman -Sy --noconfirm qtcreator python-lsp-server RUN pip3 install pip2pkgbuild python-binance pyside6 --break-system-packages RUN chown -R build /app