3 # build the base wheezy image, if it doesn't already exist
4 (docker images | grep '^arvados/debian') || \
5 ./mkimage-debootstrap.sh arvados/debian wheezy http://debian.lcs.mit.edu/debian/
7 # build the Docker images
8 docker build -rm -t arvados/base base
9 docker build -rm -t arvados/api api