blob: 700d0993257636a2561de49488b0c922f02cc80a [file] [log] [blame]
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