verbose build
This commit is contained in:
@@ -183,7 +183,7 @@ function docker_run_build() {
|
|||||||
|
|
||||||
# Run with privileged access for chroot mounts and system operations
|
# Run with privileged access for chroot mounts and system operations
|
||||||
log_info "Container environment: ${env_args}"
|
log_info "Container environment: ${env_args}"
|
||||||
safe_execute ${CONTAINER_RUNTIME} run --rm \
|
${CONTAINER_RUNTIME} run --rm -it \
|
||||||
--privileged \
|
--privileged \
|
||||||
${env_args} \
|
${env_args} \
|
||||||
-v "${PROJECT_ROOT}:/workspace" \
|
-v "${PROJECT_ROOT}:/workspace" \
|
||||||
|
|||||||
Reference in New Issue
Block a user