Files
blender-cloud/docker/1_base/build.sh
Sybren A. Stüvel 035382d1e5 docker: allow running 1_base/build.sh with --no-cache
This rebuilds the image from scratch, also pulling in security updates.
2017-12-07 14:02:20 +01:00

4 lines
76 B
Bash
Executable File

#!/usr/bin/env bash
exec docker build "$@" -t pillar_base -f base.docker .