Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -7,9 +7,7 @@ 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
|
11 |
-
RUN rm -rf /var/cache/pacman/pkg/* && rm -rf /var/lib/pacman/*
|
12 |
-
RUN pacman -S base-devel ttyd git pacman-contrib mold ccache yay pkgconf tree \
|
13 |
lrzsz libsixel lsix \
|
14 |
cmake python-pip uv \
|
15 |
ttf-maplemono-nf-unhinted fish fzf bat eza tldr zoxide starship \
|
@@ -17,7 +15,7 @@ RUN pacman -S base-devel ttyd git pacman-contrib mold ccache yay pkgconf tree \
|
|
17 |
btop fastfetch \
|
18 |
neovim ripgrep \
|
19 |
--noconfirm --overwrite '*'
|
20 |
-
RUN
|
21 |
|
22 |
# create non-root user
|
23 |
RUN useradd -m -u 1000 -s /bin/fish ${USERNAME:-orion}
|
|
|
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 \
|
|
|
15 |
btop fastfetch \
|
16 |
neovim ripgrep \
|
17 |
--noconfirm --overwrite '*'
|
18 |
+
RUN pacman -Scc --noconfirm --overwrite '*'
|
19 |
|
20 |
# create non-root user
|
21 |
RUN useradd -m -u 1000 -s /bin/fish ${USERNAME:-orion}
|