libgnt/builders

Add zip to the debian-bookworm-amd64 image for the docs
default tip
10 months ago, Gary Kramlich
866ad02a07c7
Add zip to the debian-bookworm-amd64 image for the docs
FROM fedora:34
RUN set -ex && \
dnf install -y \
meson ninja-build gcc mercurial make \
gettext \
libxml2-devel glib2-devel gobject-introspection-devel gtk-doc \
ncurses-devel \
python2-devel \
gi-docgen \
&& \
rm -rf /var/cache/dnf/
COPY simple/build.sh /usr/local/bin/build.sh
CMD ["/usr/local/bin/build.sh"]