Orion-zhen commited on
Commit
0ab7db8
·
verified ·
1 Parent(s): e427048

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -9,11 +9,11 @@ RUN cat /root/etc-tmp/makepkg.conf >> /etc/makepkg.conf
9
  # install packages
10
  RUN pacman -Syu base-devel ttyd git git-lfs pacman-contrib mold ccache yay pkgconf tree \
11
  zssh lrzsz libsixel lsix \
12
- cmake python-pip uv rust rust-src rust-analyzer go npm \
13
- ttf-maplemono-nf-unhinted fish tmux fzf fd bat eza tldr zoxide starship atuin \
14
  yazi genact tokei 7zip unzip unrar \
15
- htop btop nvtop fastfetch \
16
- neovim python-pynvim luarocks prettier tree-sitter-cli pyright ripgrep \
17
  --noconfirm --overwrite '*'
18
  RUN rm -rf /var/cache/pacman/pkg/ && rm -rf /var/lib/pacman/
19
 
 
9
  # install packages
10
  RUN pacman -Syu base-devel ttyd git git-lfs pacman-contrib mold ccache yay pkgconf tree \
11
  zssh lrzsz libsixel lsix \
12
+ cmake python-pip uv \
13
+ ttf-maplemono-nf-unhinted fish fzf fd bat eza tldr zoxide starship atuin \
14
  yazi genact tokei 7zip unzip unrar \
15
+ btop nvtop fastfetch \
16
+ neovim ripgrep \
17
  --noconfirm --overwrite '*'
18
  RUN rm -rf /var/cache/pacman/pkg/ && rm -rf /var/lib/pacman/
19