crazy rewrite to make slimmer non-gui image
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
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
|
||||
RUN dnf swap install glibc-langpack-en
|
||||
|
||||
FROM cleanup
|
||||
RUN dnf check-update || true \
|
||||
&& dnf -y install \
|
||||
zsh \
|
||||
@@ -9,4 +17,4 @@ RUN dnf check-update || true \
|
||||
kitty-terminfo \
|
||||
neovim \
|
||||
make \
|
||||
&& dnf clean packages expire-cache
|
||||
&& dnf clean expire-cache
|
||||
|
||||
Reference in New Issue
Block a user