gplugin/builders

a bunch of convey cleanups

2021-09-27, Gary Kramlich
767f33cebd00
a bunch of convey cleanups
FROM arm32v7/debian:bullseye-slim
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates unzip devscripts fakeroot debhelper libdistro-info-perl \
build-essential meson gettext help2man xsltproc mercurial git \
libglib2.0-dev gobject-introspection libgirepository1.0-dev \
libgtk-3-dev \
python3-dev python-gi-dev python3-gi \
python3-jinja2 python3-pygments python3-toml python3-typogrify \
liblua5.3-dev lua-lgi luarocks \
libtcc-dev \
valac \
libgjs-dev \
libperl-dev libglib-perl libglib-object-introspection-perl \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
CMD ["/build.sh"]
ENV DISTRO=debian \
VERSION=buster \
ARCH=armhf
COPY debian/build.sh /build.sh