From 425031c960879c3e194f7379b7fdeb26b005bee1 Mon Sep 17 00:00:00 2001 From: Nikita Balabaev Date: Tue, 10 Oct 2017 09:28:40 +0700 Subject: [PATCH] Remove duplicate installation of liblttng-ust0 --- 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..bcef91d 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-`uname -r` linux-cloud-tools-`uname -r` lttng-tools lttng-modules-dkms zip # Set tracing environment variables. ENV COMPlus_PerfMapEnabled 1