optimise/fix package installation
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
FROM registry.fedoraproject.org/fedora-toolbox:40 AS cleanup
|
FROM registry.fedoraproject.org/fedora-toolbox:40 AS cleanup
|
||||||
|
|
||||||
RUN dnf mark install libwayland-client \
|
RUN dnf config-manager --disable 'fedora-cisco-openh264' \
|
||||||
&& dnf -y -C rm mesa-\* glibc-all-langpacks
|
&& dnf install glibc-langpack-en libwayland-client \
|
||||||
|
&& dnf -y -C rm mesa-\* glibc-all-langpacks \
|
||||||
RUN dnf config-manager --disable 'fedora-cisco-openh264'
|
&& dnf check-update || true
|
||||||
RUN dnf check-update || true
|
|
||||||
|
|
||||||
FROM cleanup
|
FROM cleanup
|
||||||
RUN dnf check-update || true \
|
RUN dnf check-update || true \
|
||||||
|
|||||||
Reference in New Issue
Block a user