Skip to content

Commit

Permalink
install kernal headers for sysdig
Browse files Browse the repository at this point in the history
  • Loading branch information
roylines committed Jun 16, 2016
1 parent babbe01 commit acc2b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-data.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

yum install -y aws-cli awslogs jq wget
yum install -y aws-cli awslogs jq wget kernel-devel-$(uname -r)

# copy configurations
aws s3 cp s3://${bucket_id}/ecs.config /etc/ecs/ecs.config
Expand Down

0 comments on commit acc2b24

Please sign in to comment.