mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update perf
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
1d7e382a13
commit
7bde64dad5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user