libgnt/builders

make the tag match docker hub

2018-11-21, Gary Kramlich
ed85e16f79a5
make the tag match docker hub
# vi:et:ts=4 sw=4 sts=4:ft=dockerfile
FROM debian:buster-slim
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
build-essential meson ninja-build \
gobject-introspection libgirepository1.0-dev \
libglib2.0-dev libxml2-dev libncurses-dev libpython3-dev \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists