We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ca8fd8 + 760780d commit ed96ceaCopy full SHA for ed96cea
build_setup/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:22.04 as ecapture_builder
2
3
# Install Compilers
4
RUN apt-get update &&\
5
- apt-get install --yes git build-essential pkgconf libelf-dev llvm-14 clang-14 linux-tools-common linux-generic linux-headers-generic make gcc flex bison file wget linux-source linux-libc-dev &&\
+ apt-get install --yes git build-essential pkgconf libelf-dev llvm-14 clang-14 linux-tools-common linux-headers-$(uname -r) make gcc flex bison file wget linux-source linux-libc-dev &&\
6
# the for-shell built-in instruction does not count as a command
7
# and the shell used to execute the script is sh by default and not bash.
8
rm -f /usr/bin/clang && ln -s /usr/bin/clang-14 /usr/bin/clang &&\
0 commit comments