glib-compile-resources
Compiles resource files (e.g. images) into a binary resource bundle. These may be linked into GTK applications using the GResource API. More information: <https://manned.org/glib-compile-resources>.
RUN apt-get update && \
apt-get install -y libglib2.0-dev-bin
RUN apt-get update && \
apt-get install -y libglib2.0-dev-bin
RUN pacman -S --noconfirm glib2
RUN apt-get update && \
apt-get install -y libglib2.0-dev-bin
RUN yum install -y glib2-devel
RUN dnf install -y glib2-devel
RUN apt-get update && \
apt-get install -y libglib2.0-bin