Skip to content

Commit

Permalink
Add blueprint-compiler dependency into Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yuraiz authored and bilelmoussaoui committed Jan 9, 2023
1 parent 61e4c53 commit 6c25697
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 @@ -2,7 +2,7 @@ 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 \
libxkbcommon-devel wayland-devel mesa-libEGL-devel blueprint-compiler \
libXi-devel libXrandr-devel libXcursor-devel libXdamage-devel libXinerama-devel -y && \
dnf clean all -y

Expand Down

0 comments on commit 6c25697

Please sign in to comment.