#!/bin/sh if [ -z "$1" ]; then echo "usage: $0 " exit 1 fi docker build -t git.tkolb.de/amateurfunk/hamnet70/impl_buildenv:$1 .