diff --git a/images/base.Containerfile b/images/base.Containerfile index ae07a3a..293c000 100644 --- a/images/base.Containerfile +++ b/images/base.Containerfile @@ -16,7 +16,7 @@ RUN pacman -Sq --noconfirm gcc RUN pacman -Sq --noconfirm make # To allow copy/paste to/from host clipboard -RUN pacman -Sq --noconfirm xsel +RUN pacman -Sq --noconfirm xsel wlroots # mason.nvim uses npm to update language-servers RUN pacman -Sq --noconfirm nodejs-lts-iron npm