another recipe retaining gui
This commit is contained in:
18
fedora-toolbox-gui
Normal file
18
fedora-toolbox-gui
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
FROM registry.fedoraproject.org/fedora-toolbox:39 AS cleanup
|
||||||
|
|
||||||
|
RUN dnf -y -C rm glibc-all-langpacks
|
||||||
|
|
||||||
|
RUN dnf check-update || true
|
||||||
|
|
||||||
|
FROM cleanup
|
||||||
|
|
||||||
|
RUN dnf check-update || true \
|
||||||
|
&& dnf -y install \
|
||||||
|
zsh \
|
||||||
|
tmux \
|
||||||
|
nnn \
|
||||||
|
curl \
|
||||||
|
kitty-terminfo \
|
||||||
|
neovim \
|
||||||
|
make \
|
||||||
|
&& dnf clean packages expire-cache
|
||||||
Reference in New Issue
Block a user