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