Skip to content

Commit

Permalink
feat(images): Wayland copy/paste support
Browse files Browse the repository at this point in the history
  • Loading branch information
briandipalma committed Dec 5, 2024
1 parent 76052b3 commit 73153be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73153be

Please sign in to comment.