4 lines
113 B
Bash
4 lines
113 B
Bash
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--security-opt seccomp:unconfined"
|
|
exec merge-standard-inventory "$@"
|