Skip to content

Commit

Permalink
nvim: add libicu; marksman needs this
Browse files Browse the repository at this point in the history
  • Loading branch information
yacoob committed Feb 10, 2025
1 parent 09bfe50 commit 375cbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FROM base-builder AS devenv-builder
USER root
# Add more packages
RUN dnf5 install --setopt=install_weak_deps=False -y \
direnv gcc gh just lazygit neovim nodejs-npm tmux \
direnv gcc gh just lazygit libicu neovim nodejs-npm tmux \
&& dnf5 clean all
# install binaries via eget
RUN /usr/bin/eget watchexec/watchexec -a musl.tar.xz _ -a '^b3' -a '^sha512' --to=/usr/local/bin \
Expand Down

0 comments on commit 375cbeb

Please sign in to comment.