We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590f014 commit d654cd3Copy full SHA for d654cd3
Dockerfile.builder
@@ -23,7 +23,7 @@ RUN apt-get update && \
23
libc6-dev \
24
# Envoy Build dependencies
25
autoconf automake cmake coreutils curl git libtool make ninja-build patch patchelf \
26
- python3 python-is-python3 unzip virtualenv wget zip \
+ python3 python-is-python3 unzip virtualenv wget zip libatomic1 \
27
# Cilium-envoy build dependencies
28
software-properties-common && \
29
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc && \
0 commit comments