docker: allow running 1_base/build.sh with --no-cache
This rebuilds the image from scratch, also pulling in security updates.
This commit is contained in:
parent
7dcc0d5ead
commit
035382d1e5
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
exec docker build -t pillar_base -f base.docker .
|
||||
exec docker build "$@" -t pillar_base -f base.docker .
|
||||
|
Loading…
x
Reference in New Issue
Block a user