We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234a1c0 commit 3af6bb7Copy full SHA for 3af6bb7
build-recipe-fissile
@@ -97,7 +97,7 @@ recipe_build_fissile() {
97
ln -fs /usr/sbin/runc $BUILD_ROOT/usr/bin/docker-runc
98
99
echo "Building packages with fissile"
100
- if ! chroot $BUILD_ROOT /bin/bash -c "cd $TOPDIR/SOURCES/release && . .envrc && fissile build packages"; then
+ if ! chroot $BUILD_ROOT /bin/bash -c "cd $TOPDIR/SOURCES/release && . .envrc && fissile build packages --docker-network-mode host"; then
101
cleanup_and_exit 1 "fissile build packages failed"
102
fi
103
0 commit comments