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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -7,12 +7,12 @@ RUN cat /root/etc-tmp/pacman.conf >> /etc/pacman.conf
7
  RUN cat /root/etc-tmp/makepkg.conf >> /etc/makepkg.conf
8
 
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/
 
7
  RUN cat /root/etc-tmp/makepkg.conf >> /etc/makepkg.conf
8
 
9
  # install packages
10
+ RUN pacman -Syu base-devel ttyd git pacman-contrib mold ccache yay pkgconf tree \
11
+ lrzsz libsixel lsix \
12
  cmake python-pip uv \
13
+ ttf-maplemono-nf-unhinted fish fzf bat eza tldr zoxide starship \
14
+ yazi \
15
+ btop fastfetch \
16
  neovim ripgrep \
17
  --noconfirm --overwrite '*'
18
  RUN rm -rf /var/cache/pacman/pkg/ && rm -rf /var/lib/pacman/