Skip to content
Snippets Groups Projects
Commit d96b2fdf authored by calrama's avatar calrama
Browse files

centos-7: Add libepoxy

parent 2b9fe744
No related branches found
No related tags found
No related merge requests found
...@@ -318,3 +318,9 @@ RUN yum install -y \ ...@@ -318,3 +318,9 @@ RUN yum install -y \
libxkbcommon-x11 \ libxkbcommon-x11 \
&& \ && \
yum clean all yum clean all
# Additional development dependencies
RUN yum install -y \
libepoxy-devel \
&& \
yum clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment