# vim: filetype=dockerfile sw=4 ts=4 et
FROM @IMAGEBASE@

RUN echo 'APT::Install-Recommends "false";' >> /etc/apt/apt.conf && \
    echo 'APT::Install-Suggests "false";' >> /etc/apt/apt.conf && \
    apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install --yes \
            build-essential debhelper gettext \
            libgoocanvas-2.0-dev libtool libxml2-dev \
            xmlto libgmock-dev
