Compare commits
3 Commits
fd08e37213
...
b2f4228a73
| Author | SHA1 | Date | |
|---|---|---|---|
|
b2f4228a73
|
|||
|
7918816622
|
|||
|
1a70dd59bc
|
@@ -1,5 +1,12 @@
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:39
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:39 AS cleanup
|
||||
|
||||
RUN dnf mark install libwayland-client \
|
||||
&& dnf -y -C rm mesa-\* glibc-all-langpacks
|
||||
|
||||
RUN dnf config-manager --disable 'fedora-cisco-openh264'
|
||||
RUN dnf check-update || true
|
||||
|
||||
FROM cleanup
|
||||
RUN dnf check-update || true \
|
||||
&& dnf -y install \
|
||||
zsh \
|
||||
|
||||
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