Skip to content

Commit

Permalink
Add appstream-devel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 30, 2023
1 parent 9af3d78 commit 554fcfa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM ghcr.io/gtk-rs/gtk-rs-core/core:latest

RUN dnf update -y && \
dnf install xorg-x11-server-Xvfb procps-ng clang-devel \
libxkbcommon-devel wayland-devel mesa-libEGL-devel blueprint-compiler libappstream-glib \
libXi-devel libXrandr-devel libXcursor-devel libXdamage-devel libXinerama-devel libdrm-devel -y && \
dnf clean all -y
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 && \
dnf clean all --assumeyes

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

0 comments on commit 554fcfa

Please sign in to comment.