Skip to content

Commit

Permalink
image: Install glslc as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui authored Jan 20, 2024
1 parent 056a417 commit 5c35897
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 vulkan-devel && \
appstream-devel libdrm-devel vulkan-devel glslc && \
dnf clean all --assumeyes

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

0 comments on commit 5c35897

Please sign in to comment.