From 643ba90f5a868d52ab9224706e99543512d02e76 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Tue, 8 Oct 2019 13:46:38 -0600 Subject: [PATCH] Fix package name for perf utility. --- docker/install-basics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install-basics.sh b/docker/install-basics.sh index 49f2587..e468e84 100755 --- a/docker/install-basics.sh +++ b/docker/install-basics.sh @@ -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-perf xxd bsdmainutils +apt-get install -y gdb strace tcpdump linux-tools-common linux-tools-generic xxd bsdmainutils # Shell customizations. # Enable core dumps.