Files
blender-cloud/docker/1_base/build.sh

5 lines
160 B
Bash
Raw Normal View History

2016-08-10 18:27:27 +02:00
#!/usr/bin/env bash
# Uses --no-cache to always get the latest upstream (security) upgrades.
exec docker build --no-cache "$@" -t pillar_base -f base.docker .