mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
add clang to default image
clang will be used to compile BPF. PiperOrigin-RevId: 463392266
This commit is contained in:
committed by
gVisor bot
parent
a96af5dd61
commit
d894c1d09b
@@ -7,7 +7,11 @@ RUN apt-get update && apt-get install -y curl gnupg2 git \
|
||||
openjdk-11-jdk-headless zip unzip \
|
||||
apt-transport-https ca-certificates gnupg-agent \
|
||||
software-properties-common \
|
||||
pkg-config libffi-dev patch diffutils libssl-dev iptables kmod
|
||||
pkg-config libffi-dev patch diffutils libssl-dev iptables kmod \
|
||||
clang
|
||||
|
||||
# For compiling BPF with clang.
|
||||
RUN ln -s /usr/include/$(uname -m)-linux-gnu/asm /usr/include/asm
|
||||
|
||||
# Install Docker client for the website build.
|
||||
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||
|
||||
Reference in New Issue
Block a user