mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 07:22:40 +01:00
6
bcc-tools/entrypoint.sh
Executable file
6
bcc-tools/entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
mount -t debugfs none /sys/kernel/debug/
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user