FROM debian:stretch

RUN apt-get update
RUN apt-get -y install pbuilder

COPY base.tgz /var/cache/pbuilder/
