Remove perf stuff, which won't work since it's docker.

This commit is contained in:
Taylor Hornby 2019-10-08 14:37:03 -06:00
parent 5c0d210fe6
commit f87c441cd0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ apt-get update
apt-get -y upgrade
apt-get install -y software-properties-common curl git htop man unzip vim wget ack net-tools
# Debugging tools
apt-get install -y gdb strace tcpdump linux-tools-common linux-tools-generic xxd bsdmainutils
apt-get install -y gdb strace tcpdump xxd bsdmainutils
# Shell customizations.
# Enable core dumps.