From f9bce9f727b727e020aeb477dac414ebd159fb25 Mon Sep 17 00:00:00 2001 From: Steven Orvis Date: Mon, 8 Oct 2018 08:36:40 -0400 Subject: [PATCH] Fix failing docker build Adjusted linux-tool dependencies names since dockerfile no longer builds --- src/performance/perfcollect/docker-demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/performance/perfcollect/docker-demo/Dockerfile b/src/performance/perfcollect/docker-demo/Dockerfile index c3d0fc4..811a554 100644 --- a/src/performance/perfcollect/docker-demo/Dockerfile +++ b/src/performance/perfcollect/docker-demo/Dockerfile @@ -21,7 +21,7 @@ RUN mkdir hw && cd hw && /dotnet_cli/dotnet new && \ RUN mkdir /perf && cd /perf && curl -OL https://aka.ms/perfcollect && chmod +x perfcollect # Install perf and LTTng dependencies. -RUN apt-get -y install linux-tools-common linux-tools-`uname -r` linux-cloud-tools-`uname -r` lttng-tools lttng-modules-dkms liblttng-ust0 zip +RUN apt-get -y install linux-tools-common linux-tools-generic-lts-trusty linux-cloud-tools-lowlatency lttng-tools lttng-modules-dkms liblttng-ust0 zip # Set tracing environment variables. ENV COMPlus_PerfMapEnabled 1