Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
11 |
-
|
12 |
cmake python-pip uv \
|
13 |
-
ttf-maplemono-nf-unhinted fish fzf
|
14 |
-
yazi
|
15 |
-
btop
|
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/
|