summaryrefslogtreecommitdiff
path: root/contrib/ci/Dockerfile-debian
blob: faa11a00913d8c046634d829d79ef284b7f9f82d (plain)
1
2
3
4
5
6
7
8
FROM debian:stretch

RUN echo "deb-src http://deb.debian.org/debian/ stretch main" >> /etc/apt/sources.list
RUN apt-get update -qq
RUN apt-get install -y meson
RUN apt-get build-dep -yq appstream-glib
RUN mkdir /build
WORKDIR /build