#!/bin/sh # builds the 'build' image for compiling and testing git submodule init git submodule update docker build -t treebird:build -f Dockerfile.build .