update perf

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-10-25 13:58:51 -04:00
parent 1d7e382a13
commit 7bde64dad5
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -44,7 +44,8 @@ RUN dpkg --add-architecture i386 \
wget \
zlib1g-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& ln -snf /usr/bin/perf_4.9 /usr/bin/perf
RUN git clone --depth 1 https://github.com/fengguang/lkp-tests.git /usr/src/lkp-tests