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 debian:bookworm
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
debhelper \
devscripts \
fakeroot \
gettext \
git \
gobject-introspection \
help2man \
libadwaita-1-dev \
libcmark-dev \
libdistro-info-perl \
libgirepository1.0-dev \
libgladeui-dev \
libglib2.0-dev \
libgspell-1-dev \
libgtk-4-bin \
libgtk-4-dev \
libgumbo-dev \
libxml2-utils \
mercurial \
meson \
python3-gi \
python3-jinja2 \
python3-packaging \
python3-pygments \
python3-toml \
python3-typogrify \
valac \
zip \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
CMD ["/build.sh"]
ENV TARGET=debian-bookworm-amd64
COPY build-meson.sh /build.sh