Skip to content

Commit

Permalink
dockerfile: Add libappstream-glib
Browse files Browse the repository at this point in the history
Since libappstream-glib is no longer a dependency of flatpak in fedora 37, it isn't in the built image. It is useful to be able to run appstream-util to verify metainfo after the flatpak build, so explicitly install libappstream-glib which provides appstream-util.
  • Loading branch information
vchernin authored and bilelmoussaoui committed Nov 23, 2022
1 parent 0e15d5b commit 74d2967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:latest

RUN dnf update -y && \
dnf install -y dbus-daemon flatpak flatpak-builder git-lfs python3-aiohttp python3-tenacity python3-gobject xorg-x11-server-Xvfb ccache zstd && \
dnf install -y dbus-daemon flatpak flatpak-builder git-lfs python3-aiohttp python3-tenacity python3-gobject xorg-x11-server-Xvfb ccache zstd libappstream-glib && \
dnf clean all

RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Expand Down

0 comments on commit 74d2967

Please sign in to comment.