Skip to content
Snippets Groups Projects
build_externals.sh 260 B
Newer Older
#!/usr/bin/env bash

# This ensures that we are in this script directory,
# even if we call it from another one.
SCRIPT_NAME=${BASH_SOURCE[0]}
cd `dirname ${SCRIPT_NAME}`

docker build -f Dockerfile_externals -t labelstower:externals .
# --force-rm --no-cache