Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
13 |
-
ttf-maplemono-nf-unhinted fish
|
14 |
yazi genact tokei 7zip unzip unrar \
|
15 |
-
|
16 |
-
neovim
|
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 |
|