mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
remove unnecessary dockerfile step
After cl/473873880 this is no longer necessary. PiperOrigin-RevId: 474334039
This commit is contained in:
committed by
gVisor bot
parent
d2827e5a92
commit
f32046a7cd
@@ -10,9 +10,6 @@ RUN apt-get update && apt-get install -y curl gnupg2 git \
|
||||
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 -
|
||||
RUN add-apt-repository \
|
||||
|
||||
Reference in New Issue
Block a user