Skip to content

Commit

Permalink
Remove libappstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored and bilelmoussaoui committed Nov 1, 2023
1 parent 46e5ec0 commit 617bbdd
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
Expand Up @@ -4,7 +4,7 @@ RUN dnf update --assumeyes && \
dnf --assumeyes install xorg-x11-server-Xvfb procps-ng clang-devel \
libxkbcommon-devel wayland-devel mesa-libEGL-devel blueprint-compiler \
libXi-devel libXrandr-devel libXcursor-devel libXdamage-devel libXinerama-devel \
appstream-devel libdrm-devel libappstream-glib && \
appstream-devel libdrm-devel && \
dnf clean all --assumeyes

RUN git clone https://gitlab.gnome.org/gnome/gtk.git --depth=1 && \
Expand Down

0 comments on commit 617bbdd

Please sign in to comment.