Skip to content

Commit fc7dcc3

Browse files
committed
Packages again
1 parent b0ad775 commit fc7dcc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

os_desktop.Containerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,9 @@ RUN set -x; update-crypto-policies --set legacy --no-reload \
7474
&& echo "image = \"${TOOLBOX_IMAGE}\"" >> /etc/containers/toolbox.conf \
7575
&& ostree container commit
7676

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
7782
LABEL quay.expires-after=30d

0 commit comments

Comments
 (0)