From 1be73829347245b29355f27037715e47a3be210b Mon Sep 17 00:00:00 2001 From: Amr Abed Date: Fri, 13 May 2016 01:16:11 -0400 Subject: [PATCH] Install strace-docker --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 4ffe288..8afdc93 100755 --- a/install +++ b/install @@ -4,6 +4,9 @@ cd "$(dirname "$0")" APP_NAME="rhids" +# Install strace-docker +git clone https://github.com/amrabed/strace-docker.git && ./strace-docker/install + # Install Java 8 (if not installed) if ! type java > /dev/null; then apt-get install -y software-properties-common