We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ad775 commit fc7dcc3Copy full SHA for fc7dcc3
os_desktop.Containerfile
@@ -74,4 +74,9 @@ RUN set -x; update-crypto-policies --set legacy --no-reload \
74
&& echo "image = \"${TOOLBOX_IMAGE}\"" >> /etc/containers/toolbox.conf \
75
&& ostree container commit
76
77
+RUN rpm-ostree override remove noopenh264 --install mozilla-openh264 && ostree container commit
78
+
79
+RUN PACKAGES_INSTALL="avahi-compat-libdns_sd bpftool bpftrace cmake file-roller ghostwriter perl-Image-ExifTool \
80
+ plasma-sdk python3-devel python3-pyarrow qjackctl reaver"; \
81
+ rpm-ostree install $PACKAGES_INSTALL && ostree container commit
82
LABEL quay.expires-after=30d
0 commit comments