talkatu/builders

Make sure debian-bookworm-amd64 has zip for building the docs
default tip
10 months ago, Gary Kramlich
4540b31429a5
Make sure debian-bookworm-amd64 has zip for building the docs
FROM fedora:36
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
dnf install -y \
cmark-devel \
gcc \
gettext \
gi-docgen \
git \
glib2-devel \
gobject-introspection-devel \
gtk4-devel \
gumbo-parser-devel \
help2man \
libadwaita-devel \
make \
mercurial \
meson \
ninja-build \
python3-gobject \
redhat-rpm-config \
rpm-build \
vala
CMD ["/build.sh"]
ENV TARGET=fedora-rawhide-amd64
COPY build-meson.sh /build.sh