| FROM debian:9.4 | |
| MAINTAINER support-aiyprojects@google.com | |
| RUN apt-get update -qq && apt-get install -qqy \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| lxc \ | |
| iptables | |
| RUN curl -sSL https://get.docker.com/ | sh | |
| ADD . /build | |
| RUN /bin/bash -c 'apt-get update && apt-get install sudo make && ln -sfr /build/Makefile /Makefile && source /build/setup.sh && make -C /build prereqs' | |
| VOLUME /var/lib/docker |