Skip to content

Commit ed96cea

Browse files
committed
Merge branch 'dev' of github.com:FireTail-io/firetail-kubernetes-sensor into dev
2 parents 3ca8fd8 + 760780d commit ed96cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:22.04 as ecapture_builder
22

33
# Install Compilers
44
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 &&\
5+
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 &&\
66
# the for-shell built-in instruction does not count as a command
77
# and the shell used to execute the script is sh by default and not bash.
88
rm -f /usr/bin/clang && ln -s /usr/bin/clang-14 /usr/bin/clang &&\

0 commit comments

Comments
 (0)