# build docker image
# 12-Apr-17 Add --pull /jdm
# example:
#    builddocker microsabio/debian12-ashell:7.0.1786.1
docker build --pull -t $1 .
