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:
2017-12-07 14:02:20 +01:00
parent 7dcc0d5ead
commit 035382d1e5

View File

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