summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 2ae08fa7..8a4ab7d3 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -381,7 +381,7 @@ pass3_build_with_morph_in_chroot()
set -e
set -x
-export PATH="/usr/bin:/bin"
+export PATH="/usr/bin:/bin:/usr/sbin:/sbin"
cd /baserock/gits/morph
python ./morph --verbose build \
morphs master foundation.morph \