Skip to content

Commit b1c4eda

Browse files
committed
#2302: Fix perf package name
1 parent bf2625b commit b1c4eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/ubuntu-gnu-cpp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update -y -q && \
1919
g++-$(echo ${compiler} | cut -d- -f2) \
2020
${zoltan_enabled:+gfortran-$(echo ${compiler} | cut -d- -f2)} \
2121
ca-certificates \
22-
linux-tools \
22+
linux-tools-$(uname -r) \
2323
ccache \
2424
curl \
2525
git \

0 commit comments

Comments
 (0)